Html Css Color HEX #086241 Jewel

📋 copy color: '#086241'

red 8 ◦ green 98 ◦ blue 65

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

Shades of Jewel #086241

Tints of Jewel #086241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 57.31%

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

R = 4.68%
G = 57.31%
B = 38.01%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#086241 (or 0x086241) is known color: Jewel. HEX triplet: 08, 62 and 41. RGB value is (8,98,65). Sum of RGB (Red+Green+Blue) = 8+98+65=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #086241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086241 is #F79DBE. Grayscale: #434343. Windows color (decimal): -16227775 or 4284936. OLE color: 4284936.

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

Color convert

RGB 8 98 65 -
CMYK 0.92 0 0.34 0.62
HSL 158º 0.85% 0.21% -
HSV(B) 158º 0.92% 0.38% -
XYZ 5.42 9.17 6.48 -
YUV 67.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 8 98 65 0.92 0 0.34 0.62 158 0.85 0.21
Hex 8 62 41 5C 0 22 3E 9E 55 15
Octal 10 142 101 134 0 42 76 236 125 25
Binary 1000 1100010 1000001 1011100 0 100010 111110 10011110 1010101 10101

Color Harmonies of #086241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086241

Black with #086241

Text Example


Text Example

White with #086241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086241; }

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

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

background-color css

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

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

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

border-color css

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

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

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