Html Css Color HEX #085E3E Jewel

📋 copy color: '#085E3E'

red 8 ◦ green 94 ◦ blue 62

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

Shades of Jewel #085E3E

Tints of Jewel #085E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 37.8%

R = 4.88%
G = 57.32%
B = 37.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.63

RGB Variations

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

Color information

#085E3E (or 0x085E3E) is known color: Jewel. HEX triplet: 08, 5E and 3E. RGB value is (8,94,62). Sum of RGB (Red+Green+Blue) = 8+94+62=164 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.88% from 164); Green value is 94 (37.11% from 255 or 57.32% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 94 - color contains mainly: green. Hex color #085E3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085E3E is #F7A1C1. Grayscale: #404040. Windows color (decimal): -16228802 or 4087304. OLE color: 4087304.

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

Color convert

RGB 8 94 62 -
CMYK 0.91 0 0.34 0.63
HSL 157.67º 0.84% 0.2% -
HSV(B) 157.67º 0.91% 0.37% -
XYZ 4.97 8.4 5.92 -
YUV 64.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 8 94 62 0.91 0 0.34 0.63 157.67 0.84 0.2
Hex 8 5E 3E 5B 0 22 3F 9E 54 14
Octal 10 136 76 133 0 42 77 236 124 24
Binary 1000 1011110 111110 1011011 0 100010 111111 10011110 1010100 10100

Color Harmonies of #085E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E3E

Black with #085E3E

Text Example


Text Example

White with #085E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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