Html Css Color HEX #085C06 Green

📋 copy color: '#085C06'

red 8 ◦ green 92 ◦ blue 6

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

Shades of Green #085C06

Tints of Green #085C06

RGB

 RED value IS 8 (3.52% from 255) = 7.55%

 GREEN value IS 92 (36.33% from 255) = 86.79%

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 7.55%
G = 86.79%
B = 5.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#085C06 (or 0x085C06) is known color: Green. HEX triplet: 08, 5C and 06. RGB value is (8,92,6). Sum of RGB (Red+Green+Blue) = 8+92+6=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 92 (36.33% from 255 or 86.79% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 92 - color contains mainly: green. Hex color #085C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C06 is #F7A3F9. Grayscale: #393939. Windows color (decimal): -16229370 or 416776. OLE color: 416776.

HSL color Cylindrical-coordinate representation of color #085C06: hue angle of 118.6º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085C06 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 6 -
CMYK 0.91 0 0.93 0.64
HSL 118.6º 0.88% 0.19% -
HSV(B) 118.6º 0.93% 0.36% -
XYZ 3.96 7.72 1.45 -
YUV 57.08 99.17 92.99 -
System Red Green Blue C M Y K H S L
Decimal 8 92 6 0.91 0 0.93 0.64 118.6 0.88 0.19
Hex 8 5C 6 5B 0 5D 40 77 58 13
Octal 10 134 6 133 0 135 100 167 130 23
Binary 1000 1011100 110 1011011 0 1011101 1000000 1110111 1011000 10011

Color Harmonies of #085C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C06

Black with #085C06

Text Example


Text Example

White with #085C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085C06; }

 p { color: rgb(8,92,6); }

 H1.HeaderClassName
 {
   color: #085C06;
 }
 .AnyTagClassName
 {
   color: #085C06;
 }
</style>

background-color css

<style>
 a { background-color: #085C06; }

 a { background-color: rgb(8,92,6); }

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

border-color css

<style>
 span { border-color: #085C06; }

 span { border-color: rgb(8,92,6); }

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