Html Css Color HEX #086045 Jewel

📋 copy color: '#086045'

red 8 ◦ green 96 ◦ blue 69

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

Shades of Jewel #086045

Tints of Jewel #086045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.49%

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

R = 4.62%
G = 55.49%
B = 39.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#086045 (or 0x086045) is known color: Jewel. HEX triplet: 08, 60 and 45. RGB value is (8,96,69). Sum of RGB (Red+Green+Blue) = 8+96+69=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #086045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086045 is #F79FBA. Grayscale: #424242. Windows color (decimal): -16228283 or 4546568. OLE color: 4546568.

HSL color Cylindrical-coordinate representation of color #086045: hue angle of 161.59º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086045 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 96 69 -
CMYK 0.92 0 0.28 0.62
HSL 161.59º 0.85% 0.2% -
HSV(B) 161.59º 0.92% 0.38% -
XYZ 5.36 8.85 7.06 -
YUV 66.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 8 96 69 0.92 0 0.28 0.62 161.59 0.85 0.2
Hex 8 60 45 5C 0 1C 3E A2 55 14
Octal 10 140 105 134 0 34 76 242 125 24
Binary 1000 1100000 1000101 1011100 0 11100 111110 10100010 1010101 10100

Color Harmonies of #086045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086045

Black with #086045

Text Example


Text Example

White with #086045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086045; }

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

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

background-color css

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

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

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

border-color css

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

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

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