Html Css Color HEX #085F45 Jewel

📋 copy color: '#085F45'

red 8 ◦ green 95 ◦ blue 69

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

Shades of Jewel #085F45

Tints of Jewel #085F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 55.23%

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

R = 4.65%
G = 55.23%
B = 40.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#085F45 (or 0x085F45) is known color: Jewel. HEX triplet: 08, 5F and 45. RGB value is (8,95,69). Sum of RGB (Red+Green+Blue) = 8+95+69=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #085F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F45 is #F7A0BA. Grayscale: #424242. Windows color (decimal): -16228539 or 4546312. OLE color: 4546312.

HSL color Cylindrical-coordinate representation of color #085F45: hue angle of 162.07º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F45 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 69 -
CMYK 0.92 0 0.27 0.63
HSL 162.07º 0.84% 0.2% -
HSV(B) 162.07º 0.92% 0.37% -
XYZ 5.27 8.67 7.03 -
YUV 66.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 8 95 69 0.92 0 0.27 0.63 162.07 0.84 0.2
Hex 8 5F 45 5C 0 1B 3F A2 54 14
Octal 10 137 105 134 0 33 77 242 124 24
Binary 1000 1011111 1000101 1011100 0 11011 111111 10100010 1010100 10100

Color Harmonies of #085F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F45

Black with #085F45

Text Example


Text Example

White with #085F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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