Html Css Color HEX #086345 Jewel

📋 copy color: '#086345'

red 8 ◦ green 99 ◦ blue 69

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

Shades of Jewel #086345

Tints of Jewel #086345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.2%

R = 4.55%
G = 56.25%
B = 39.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#086345 (or 0x086345) is known color: Jewel. HEX triplet: 08, 63 and 45. RGB value is (8,99,69). Sum of RGB (Red+Green+Blue) = 8+99+69=176 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.55% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #086345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086345 is #F79CBA. Grayscale: #444444. Windows color (decimal): -16227515 or 4547336. OLE color: 4547336.

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

Color convert

RGB 8 99 69 -
CMYK 0.92 0 0.30 0.61
HSL 160.22º 0.85% 0.21% -
HSV(B) 160.22º 0.92% 0.39% -
XYZ 5.64 9.4 7.15 -
YUV 68.37 128.35 84.94 -
System Red Green Blue C M Y K H S L
Decimal 8 99 69 0.92 0 0.30 0.61 160.22 0.85 0.21
Hex 8 63 45 5C 0 1E 3D A0 55 15
Octal 10 143 105 134 0 36 75 240 125 25
Binary 1000 1100011 1000101 1011100 0 11110 111101 10100000 1010101 10101

Color Harmonies of #086345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086345

Black with #086345

Text Example


Text Example

White with #086345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086345; }

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

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

background-color css

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

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

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

border-color css

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

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

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