Html Css Color HEX #087040 Jewel

📋 copy color: '#087040'

red 8 ◦ green 112 ◦ blue 64

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

Shades of Jewel #087040

Tints of Jewel #087040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 4.35%
G = 60.87%
B = 34.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#087040 (or 0x087040) is known color: Jewel. HEX triplet: 08, 70 and 40. RGB value is (8,112,64). Sum of RGB (Red+Green+Blue) = 8+112+64=184 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.35% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #087040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087040 is #F78FBF. Grayscale: #4B4B4B. Windows color (decimal): -16224192 or 4222984. OLE color: 4222984.

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

Color convert

RGB 8 112 64 -
CMYK 0.93 0 0.43 0.56
HSL 152.31º 0.87% 0.24% -
HSV(B) 152.31º 0.93% 0.44% -
XYZ 6.82 12.01 6.81 -
YUV 75.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 8 112 64 0.93 0 0.43 0.56 152.31 0.87 0.24
Hex 8 70 40 5D 0 2B 38 98 57 18
Octal 10 160 100 135 0 53 70 230 127 30
Binary 1000 1110000 1000000 1011101 0 101011 111000 10011000 1010111 11000

Color Harmonies of #087040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087040

Black with #087040

Text Example


Text Example

White with #087040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087040; }

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

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

background-color css

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

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

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

border-color css

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

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

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