Html Css Color HEX #085B06 Green

📋 copy color: '#085B06'

red 8 ◦ green 91 ◦ blue 6

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

Shades of Green #085B06

Tints of Green #085B06

RGB

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

 GREEN value IS 91 (35.94% from 255) = 86.67%

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

R = 7.62%
G = 86.67%
B = 5.71%

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

#085B06 (or 0x085B06) is known color: Green. HEX triplet: 08, 5B and 06. RGB value is (8,91,6). Sum of RGB (Red+Green+Blue) = 8+91+6=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 91 (35.94% from 255 or 86.67% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 91 - color contains mainly: green. Hex color #085B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085B06 is #F7A4F9. Grayscale: #383838. Windows color (decimal): -16229626 or 416520. OLE color: 416520.

HSL color Cylindrical-coordinate representation of color #085B06: hue angle of 118.59º 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 #085B06 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 91 6 -
CMYK 0.91 0 0.93 0.64
HSL 118.59º 0.88% 0.19% -
HSV(B) 118.59º 0.93% 0.36% -
XYZ 3.87 7.55 1.42 -
YUV 56.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 8 91 6 0.91 0 0.93 0.64 118.59 0.88 0.19
Hex 8 5B 6 5B 0 5D 40 77 58 13
Octal 10 133 6 133 0 135 100 167 130 23
Binary 1000 1011011 110 1011011 0 1011101 1000000 1110111 1011000 10011

Color Harmonies of #085B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085B06

Black with #085B06

Text Example


Text Example

White with #085B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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