Html Css Color HEX #06870C Green

📋 copy color: '#06870C'

red 6 ◦ green 135 ◦ blue 12

#06870C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #06870C

Tints of Green #06870C

RGB

 RED value IS 6 (2.73% from 255) = 3.92%

 GREEN value IS 135 (53.13% 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 value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#06870C (or 0x06870C) is known color: 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

RGB 6 135 12 -
CMYK 0.96 0 0.91 0.47
HSL 122.79º 0.91% 0.28% -
HSV(B) 122.79º 0.96% 0.53% -
XYZ 8.81 17.39 3.24 -
YUV 82.41 88.26 73.5 -
System Red Green Blue C M Y K H S L
Decimal 6 135 12 0.96 0 0.91 0.47 122.79 0.91 0.28
Hex 6 87 C 60 0 5B 2F 7B 5B 1C
Octal 6 207 14 140 0 133 57 173 133 34
Binary 110 10000111 1100 1100000 0 1011011 101111 1111011 1011011 11100

Color Harmonies of #06870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06870C

Black with #06870C

Text Example


Text Example

White with #06870C

Text Example


Text Example

HTML Codes & Css Web 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>