Html Css Color HEX #06860D Green

📋 copy color: '#06860D'

red 6 ◦ green 134 ◦ blue 13

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

Shades of Green #06860D

Tints of Green #06860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 87.58%

 BLUE value IS 13 (5.47% from 255) = 8.5%

R = 3.92%
G = 87.58%
B = 8.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#06860D (or 0x06860D) is known color: Green. HEX triplet: 06, 86 and 0D. RGB value is (6,134,13). Sum of RGB (Red+Green+Blue) = 6+134+13=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 134 (52.73% from 255 or 87.58% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 134 - color contains mainly: green. Hex color #06860D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06860D is #F979F2. Grayscale: #525252. Windows color (decimal): -16349683 or 886278. OLE color: 886278.

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

Color convert

RGB 6 134 13 -
CMYK 0.96 0 0.90 0.47
HSL 123.28º 0.91% 0.27% -
HSV(B) 123.28º 0.96% 0.53% -
XYZ 8.67 17.12 3.23 -
YUV 81.93 89.09 73.84 -
System Red Green Blue C M Y K H S L
Decimal 6 134 13 0.96 0 0.90 0.47 123.28 0.91 0.27
Hex 6 86 D 60 0 5A 2F 7B 5B 1B
Octal 6 206 15 140 0 132 57 173 133 33
Binary 110 10000110 1101 1100000 0 1011010 101111 1111011 1011011 11011

Color Harmonies of #06860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06860D

Black with #06860D

Text Example


Text Example

White with #06860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06860D; }

 p { color: rgb(6,134,13); }

 H1.HeaderClassName
 {
   color: #06860D;
 }
 .AnyTagClassName
 {
   color: #06860D;
 }
</style>

background-color css

<style>
 a { background-color: #06860D; }

 a { background-color: rgb(6,134,13); }

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

border-color css

<style>
 span { border-color: #06860D; }

 span { border-color: rgb(6,134,13); }

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