Html Css Color HEX #086540 Jewel

📋 copy color: '#086540'

red 8 ◦ green 101 ◦ blue 64

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

Shades of Jewel #086540

Tints of Jewel #086540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 4.62%
G = 58.38%
B = 36.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#086540 (or 0x086540) is known color: Jewel. HEX triplet: 08, 65 and 40. RGB value is (8,101,64). Sum of RGB (Red+Green+Blue) = 8+101+64=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 101 (39.84% from 255 or 58.38% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 101 - color contains mainly: green. Hex color #086540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086540 is #F79ABF. Grayscale: #454545. Windows color (decimal): -16227008 or 4220168. OLE color: 4220168.

HSL color Cylindrical-coordinate representation of color #086540: hue angle of 156.13º 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 #086540 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 8 101 64 -
CMYK 0.92 0 0.37 0.60
HSL 156.13º 0.85% 0.21% -
HSV(B) 156.13º 0.92% 0.4% -
XYZ 5.68 9.73 6.43 -
YUV 68.98 125.19 84.51 -
System Red Green Blue C M Y K H S L
Decimal 8 101 64 0.92 0 0.37 0.60 156.13 0.85 0.21
Hex 8 65 40 5C 0 25 3C 9C 55 15
Octal 10 145 100 134 0 45 74 234 125 25
Binary 1000 1100101 1000000 1011100 0 100101 111100 10011100 1010101 10101

Color Harmonies of #086540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086540

Black with #086540

Text Example


Text Example

White with #086540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086540; }

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

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

background-color css

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

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

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

border-color css

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

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

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