Html Css Color HEX #086041 Jewel

📋 copy color: '#086041'

red 8 ◦ green 96 ◦ blue 65

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

Shades of Jewel #086041

Tints of Jewel #086041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.8%

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

R = 4.73%
G = 56.8%
B = 38.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#086041 (or 0x086041) is known color: Jewel. HEX triplet: 08, 60 and 41. RGB value is (8,96,65). Sum of RGB (Red+Green+Blue) = 8+96+65=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #086041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086041 is #F79FBE. Grayscale: #424242. Windows color (decimal): -16228287 or 4284424. OLE color: 4284424.

HSL color Cylindrical-coordinate representation of color #086041: hue angle of 158.86º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086041 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 65 -
CMYK 0.92 0 0.32 0.62
HSL 158.86º 0.85% 0.2% -
HSV(B) 158.86º 0.92% 0.38% -
XYZ 5.24 8.8 6.42 -
YUV 66.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 8 96 65 0.92 0 0.32 0.62 158.86 0.85 0.2
Hex 8 60 41 5C 0 20 3E 9F 55 14
Octal 10 140 101 134 0 40 76 237 125 24
Binary 1000 1100000 1000001 1011100 0 100000 111110 10011111 1010101 10100

Color Harmonies of #086041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086041

Black with #086041

Text Example


Text Example

White with #086041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086041; }

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

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

background-color css

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

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

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

border-color css

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

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

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