Html Css Color HEX #087044 Jewel

📋 copy color: '#087044'

red 8 ◦ green 112 ◦ blue 68

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

Shades of Jewel #087044

Tints of Jewel #087044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.17%

R = 4.26%
G = 59.57%
B = 36.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#087044 (or 0x087044) is known color: Jewel. HEX triplet: 08, 70 and 44. RGB value is (8,112,68). Sum of RGB (Red+Green+Blue) = 8+112+68=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #087044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087044 is #F78FBB. Grayscale: #4B4B4B. Windows color (decimal): -16224188 or 4485128. OLE color: 4485128.

HSL color Cylindrical-coordinate representation of color #087044: hue angle of 154.62º 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 #087044 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 68 -
CMYK 0.93 0 0.39 0.56
HSL 154.62º 0.87% 0.24% -
HSV(B) 154.62º 0.93% 0.44% -
XYZ 6.94 12.06 7.43 -
YUV 75.89 123.54 79.58 -
System Red Green Blue C M Y K H S L
Decimal 8 112 68 0.93 0 0.39 0.56 154.62 0.87 0.24
Hex 8 70 44 5D 0 27 38 9B 57 18
Octal 10 160 104 135 0 47 70 233 127 30
Binary 1000 1110000 1000100 1011101 0 100111 111000 10011011 1010111 11000

Color Harmonies of #087044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087044

Black with #087044

Text Example


Text Example

White with #087044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087044; }

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

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

background-color css

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

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

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

border-color css

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

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

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