Html Css Color HEX #086341 Jewel

📋 copy color: '#086341'

red 8 ◦ green 99 ◦ blue 65

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

Shades of Jewel #086341

Tints of Jewel #086341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 57.56%

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

R = 4.65%
G = 57.56%
B = 37.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#086341 (or 0x086341) is known color: Jewel. HEX triplet: 08, 63 and 41. RGB value is (8,99,65). Sum of RGB (Red+Green+Blue) = 8+99+65=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 99 (39.06% from 255 or 57.56% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 99 - color contains mainly: green. Hex color #086341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086341 is #F79CBE. Grayscale: #434343. Windows color (decimal): -16227519 or 4285192. OLE color: 4285192.

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

Color convert

RGB 8 99 65 -
CMYK 0.92 0 0.34 0.61
HSL 157.58º 0.85% 0.21% -
HSV(B) 157.58º 0.92% 0.39% -
XYZ 5.52 9.36 6.52 -
YUV 67.92 126.35 85.26 -
System Red Green Blue C M Y K H S L
Decimal 8 99 65 0.92 0 0.34 0.61 157.58 0.85 0.21
Hex 8 63 41 5C 0 22 3D 9E 55 15
Octal 10 143 101 134 0 42 75 236 125 25
Binary 1000 1100011 1000001 1011100 0 100010 111101 10011110 1010101 10101

Color Harmonies of #086341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086341

Black with #086341

Text Example


Text Example

White with #086341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086341; }

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

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

background-color css

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

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

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

border-color css

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

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

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