#007C12

Color #007C12 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #007C12

Tints of Green #007C12

Color information

#007C12 (or 0x007C12) is unknown color: approx Green. HEX triplet: 00, 7C and 12. RGB value is (0,124,18). Sum of RGB (Red+Green+Blue) = 0+124+18=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #007C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007C12 is #FF83ED. Grayscale: #4B4B4B. Windows color (decimal): -16745454 or 1211392. OLE color: 1211392.

HSL color Cylindrical-coordinate representation of color #007C12: hue angle of 128.71º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007C12 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB012418-
CMYK100.850.51
HSL128.71º100%24.31%-
HSV(B)128.71º100%48.63%-
XYZ7.3214.462.98-
YUV74.8495.9274.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 124 (48.83% from 255) = 87.32%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=0%
G=87.32%
B=12.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal012418100.850.51128.7110024.31
Hex07C126405533816418
Octal01742214401256320114430
Binary011111001001011001000101010111001110000001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007C12; }

 p { color: rgb(0,124,18); }

 H1.HeaderClassName
 {
   color: #007C12;
 }
 .AnyTagClassName
 {
   color: #007C12;
 }
</style>
background-color css

<style>
 a { background-color: #007C12; }

 a { background-color: rgb(0,124,18); }

 div.DivClassName
 {
   background-color: #007C12;
 }
 .BgClassName
 {
   background-color: #007C12;
 }
</style>
border-color css

<style>
 span { border-color: #007C12; }

 span { border-color: rgb(0,124,18); }

 td.TdClassName
 {
   border-color: #007C12;
 }
 .TagClassName
 {
   border-color: #007C12;
 }
</style>