Html Css Color HEX #087240 Jewel

📋 copy color: '#087240'

red 8 ◦ green 114 ◦ blue 64

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

Shades of Jewel #087240

Tints of Jewel #087240

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.29%

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

R = 4.3%
G = 61.29%
B = 34.41%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#087240 (or 0x087240) is known color: Jewel. HEX triplet: 08, 72 and 40. RGB value is (8,114,64). Sum of RGB (Red+Green+Blue) = 8+114+64=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 64 (25.39% from 255 or 34.41% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #087240 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087240 is #F78DBF. Grayscale: #4C4C4C. Windows color (decimal): -16223680 or 4223496. OLE color: 4223496.

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

Color convert

RGB 8 114 64 -
CMYK 0.93 0 0.44 0.55
HSL 151.7º 0.87% 0.24% -
HSV(B) 151.7º 0.93% 0.45% -
XYZ 7.04 12.46 6.88 -
YUV 76.61 120.88 79.07 -
System Red Green Blue C M Y K H S L
Decimal 8 114 64 0.93 0 0.44 0.55 151.7 0.87 0.24
Hex 8 72 40 5D 0 2C 37 98 57 18
Octal 10 162 100 135 0 54 67 230 127 30
Binary 1000 1110010 1000000 1011101 0 101100 110111 10011000 1010111 11000

Color Harmonies of #087240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087240

Black with #087240

Text Example


Text Example

White with #087240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087240; }

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

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

background-color css

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

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

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

border-color css

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

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

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