Html Css Color HEX #085E37 Fun Green

📋 copy color: '#085E37'

red 8 ◦ green 94 ◦ blue 55

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

Shades of Fun Green #085E37

Tints of Fun Green #085E37

RGB

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

 GREEN value IS 94 (37.11% from 255) = 59.87%

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 5.1%
G = 59.87%
B = 35.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.63

RGB Variations

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

Color information

#085E37 (or 0x085E37) is known color: Fun Green. HEX triplet: 08, 5E and 37. RGB value is (8,94,55). Sum of RGB (Red+Green+Blue) = 8+94+55=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 94 (37.11% from 255 or 59.87% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 94 - color contains mainly: green. Hex color #085E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E37 is #F7A1C8. Grayscale: #3F3F3F. Windows color (decimal): -16228809 or 3628552. OLE color: 3628552.

HSL color Cylindrical-coordinate representation of color #085E37: hue angle of 152.79º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085E37 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 94 55 -
CMYK 0.91 0 0.41 0.63
HSL 152.79º 0.84% 0.2% -
HSV(B) 152.79º 0.91% 0.37% -
XYZ 4.79 8.33 4.97 -
YUV 63.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 8 94 55 0.91 0 0.41 0.63 152.79 0.84 0.2
Hex 8 5E 37 5B 0 29 3F 99 54 14
Octal 10 136 67 133 0 51 77 231 124 24
Binary 1000 1011110 110111 1011011 0 101001 111111 10011001 1010100 10100

Color Harmonies of #085E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E37

Black with #085E37

Text Example


Text Example

White with #085E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,55); }

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

background-color css

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

 a { background-color: rgb(8,94,55); }

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

border-color css

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

 span { border-color: rgb(8,94,55); }

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