#067C0C

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

Shades of Green #067C0C

Tints of Green #067C0C

Color information

#067C0C (or 0x067C0C) is unknown color: approx Green. HEX triplet: 06, 7C and 0C. RGB value is (6,124,12). Sum of RGB (Red+Green+Blue) = 6+124+12=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #067C0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067C0C is #F983F3. Grayscale: #4C4C4C. Windows color (decimal): -16352244 or 818182. OLE color: 818182.

HSL color Cylindrical-coordinate representation of color #067C0C: hue angle of 123.05º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C0C is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB612412-
CMYK0.9500.900.51
HSL123.05º90.77%25.49%-
HSV(B)123.05º95.16%48.63%-
XYZ7.3514.482.76-
YUV75.9591.9178.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 124 (48.83% from 255) = 87.32%
BLUE value IS 12 (5.08% from 255) = 8.45%
R=4.23%
G=87.32%
B=8.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124120.9500.900.51123.0590.7725.49
Hex67CC5F05A337b5b19
Octal61741413701326317313331
Binary110111110011001011111010110101100111111011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C0C; }

 p { color: rgb(6,124,12); }

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

<style>
 a { background-color: #067C0C; }

 a { background-color: rgb(6,124,12); }

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

<style>
 span { border-color: #067C0C; }

 span { border-color: rgb(6,124,12); }

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