Html Css Color HEX #086342 Jewel

📋 copy color: '#086342'

red 8 ◦ green 99 ◦ blue 66

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

Shades of Jewel #086342

Tints of Jewel #086342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 4.62%
G = 57.23%
B = 38.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#086342 (or 0x086342) is known color: Jewel. HEX triplet: 08, 63 and 42. RGB value is (8,99,66). Sum of RGB (Red+Green+Blue) = 8+99+66=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 99 (39.06% from 255 or 57.23% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 99 - color contains mainly: green. Hex color #086342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086342 is #F79CBD. Grayscale: #444444. Windows color (decimal): -16227518 or 4350728. OLE color: 4350728.

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

Color convert

RGB 8 99 66 -
CMYK 0.92 0 0.33 0.61
HSL 158.24º 0.85% 0.21% -
HSV(B) 158.24º 0.92% 0.39% -
XYZ 5.55 9.37 6.67 -
YUV 68.03 126.85 85.18 -
System Red Green Blue C M Y K H S L
Decimal 8 99 66 0.92 0 0.33 0.61 158.24 0.85 0.21
Hex 8 63 42 5C 0 21 3D 9E 55 15
Octal 10 143 102 134 0 41 75 236 125 25
Binary 1000 1100011 1000010 1011100 0 100001 111101 10011110 1010101 10101

Color Harmonies of #086342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086342

Black with #086342

Text Example


Text Example

White with #086342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086342; }

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

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

background-color css

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

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

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

border-color css

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

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

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