#06870C

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

Shades of Green #06870C

Tints of Green #06870C

Color information

#06870C (or 0x06870C) is unknown color: approx Green. HEX triplet: 06, 87 and 0C. RGB value is (6,135,12). Sum of RGB (Red+Green+Blue) = 6+135+12=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 135 (53.12% from 255 or 88.24% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 135 - color contains mainly: green. Hex color #06870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06870C is #F978F3. Grayscale: #525252. Windows color (decimal): -16349428 or 820998. OLE color: 820998.

HSL color Cylindrical-coordinate representation of color #06870C: hue angle of 122.79º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06870C is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB613512-
CMYK0.9600.910.47
HSL122.79º91.49%27.65%-
HSV(B)122.79º95.56%52.94%-
XYZ8.8117.393.24-
YUV82.4188.2673.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 135 (53.12% from 255) = 88.24%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=3.92%
G=88.24%
B=7.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6135120.9600.910.47122.7991.4927.65
Hex687C6005B2F7b5b1c
Octal62071414001335717313334
Binary1101000011111001100000010110111011111111011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06870C; }

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

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

<style>
 a { background-color: #06870C; }

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

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

<style>
 span { border-color: #06870C; }

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

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