Html Css Color HEX #085941 Jewel

📋 copy color: '#085941'

red 8 ◦ green 89 ◦ blue 65

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

Shades of Jewel #085941

Tints of Jewel #085941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.94%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 4.94%
G = 54.94%
B = 40.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#085941 (or 0x085941) is known color: Jewel. HEX triplet: 08, 59 and 41. RGB value is (8,89,65). Sum of RGB (Red+Green+Blue) = 8+89+65=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #085941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085941 is #F7A6BE. Grayscale: #3E3E3E. Windows color (decimal): -16230079 or 4282632. OLE color: 4282632.

HSL color Cylindrical-coordinate representation of color #085941: hue angle of 162.22º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085941 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 89 65 -
CMYK 0.91 0 0.27 0.65
HSL 162.22º 0.84% 0.19% -
HSV(B) 162.22º 0.91% 0.35% -
XYZ 4.63 7.58 6.22 -
YUV 62.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 8 89 65 0.91 0 0.27 0.65 162.22 0.84 0.19
Hex 8 59 41 5B 0 1B 41 A2 54 13
Octal 10 131 101 133 0 33 101 242 124 23
Binary 1000 1011001 1000001 1011011 0 11011 1000001 10100010 1010100 10011

Color Harmonies of #085941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085941

Black with #085941

Text Example


Text Example

White with #085941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085941; }

 p { color: rgb(8,89,65); }

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

background-color css

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

 a { background-color: rgb(8,89,65); }

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

border-color css

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

 span { border-color: rgb(8,89,65); }

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