Html Css Color HEX #086541 Jewel

📋 copy color: '#086541'

red 8 ◦ green 101 ◦ blue 65

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

Shades of Jewel #086541

Tints of Jewel #086541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 58.05%

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

R = 4.6%
G = 58.05%
B = 37.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#086541 (or 0x086541) is known color: Jewel. HEX triplet: 08, 65 and 41. RGB value is (8,101,65). Sum of RGB (Red+Green+Blue) = 8+101+65=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #086541 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086541 is #F79ABE. Grayscale: #454545. Windows color (decimal): -16227007 or 4285704. OLE color: 4285704.

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

Color convert

RGB 8 101 65 -
CMYK 0.92 0 0.36 0.60
HSL 156.77º 0.85% 0.21% -
HSV(B) 156.77º 0.92% 0.4% -
XYZ 5.71 9.74 6.58 -
YUV 69.09 125.69 84.43 -
System Red Green Blue C M Y K H S L
Decimal 8 101 65 0.92 0 0.36 0.60 156.77 0.85 0.21
Hex 8 65 41 5C 0 24 3C 9D 55 15
Octal 10 145 101 134 0 44 74 235 125 25
Binary 1000 1100101 1000001 1011100 0 100100 111100 10011101 1010101 10101

Color Harmonies of #086541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086541

Black with #086541

Text Example


Text Example

White with #086541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086541; }

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

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

background-color css

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

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

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

border-color css

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

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

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