Html Css Color HEX #06870A Green

📋 copy color: '#06870A'

red 6 ◦ green 135 ◦ blue 10

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

Shades of Green #06870A

Tints of Green #06870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 89.4%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 3.97%
G = 89.4%
B = 6.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#06870A (or 0x06870A) is known color: Green. HEX triplet: 06, 87 and 0A. RGB value is (6,135,10). Sum of RGB (Red+Green+Blue) = 6+135+10=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 135 (53.12% from 255 or 89.40% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 135 - color contains mainly: green. Hex color #06870A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06870A is #F978F5. Grayscale: #525252. Windows color (decimal): -16349430 or 689926. OLE color: 689926.

HSL color Cylindrical-coordinate representation of color #06870A: hue angle of 121.86º 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 #06870A is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 135 10 -
CMYK 0.96 0 0.93 0.47
HSL 121.86º 0.91% 0.28% -
HSV(B) 121.86º 0.96% 0.53% -
XYZ 8.79 17.39 3.18 -
YUV 82.18 87.26 73.66 -
System Red Green Blue C M Y K H S L
Decimal 6 135 10 0.96 0 0.93 0.47 121.86 0.91 0.28
Hex 6 87 A 60 0 5D 2F 7A 5B 1C
Octal 6 207 12 140 0 135 57 172 133 34
Binary 110 10000111 1010 1100000 0 1011101 101111 1111010 1011011 11100

Color Harmonies of #06870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06870A

Black with #06870A

Text Example


Text Example

White with #06870A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06870A;
 }
 .AnyTagClassName
 {
   color: #06870A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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