Html Css Color HEX #087045 Jewel

📋 copy color: '#087045'

red 8 ◦ green 112 ◦ blue 69

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

Shades of Jewel #087045

Tints of Jewel #087045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 59.26%

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

R = 4.23%
G = 59.26%
B = 36.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#087045 (or 0x087045) is known color: Jewel. HEX triplet: 08, 70 and 45. RGB value is (8,112,69). Sum of RGB (Red+Green+Blue) = 8+112+69=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #087045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087045 is #F78FBA. Grayscale: #4C4C4C. Windows color (decimal): -16224187 or 4550664. OLE color: 4550664.

HSL color Cylindrical-coordinate representation of color #087045: hue angle of 155.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087045 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 69 -
CMYK 0.93 0 0.38 0.56
HSL 155.19º 0.87% 0.24% -
HSV(B) 155.19º 0.93% 0.44% -
XYZ 6.97 12.07 7.59 -
YUV 76 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 8 112 69 0.93 0 0.38 0.56 155.19 0.87 0.24
Hex 8 70 45 5D 0 26 38 9B 57 18
Octal 10 160 105 135 0 46 70 233 127 30
Binary 1000 1110000 1000101 1011101 0 100110 111000 10011011 1010111 11000

Color Harmonies of #087045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087045

Black with #087045

Text Example


Text Example

White with #087045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087045; }

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

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

background-color css

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

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

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

border-color css

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

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

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