#087244

Color #087244 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #087244

Tints of Jewel #087244

Color information

#087244 (or 0x087244) is unknown color: approx Jewel. HEX triplet: 08, 72 and 44. RGB value is (8,114,68). Sum of RGB (Red+Green+Blue) = 8+114+68=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 114 (44.92% from 255 or 60% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 114 - color contains mainly: green. Hex color #087244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087244 is #F78DBB. Grayscale: #4D4D4D. Windows color (decimal): -16223676 or 4485640. OLE color: 4485640.

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

Color convert

RGB811468-
CMYK0.9300.400.55
HSL153.96º86.89%23.92%-
HSV(B)153.96º92.98%44.71%-
XYZ7.1612.57.5-
YUV77.06122.8878.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.21%
GREEN value IS 114 (44.92% from 255) = 60%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=4.21%
G=60%
B=35.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114680.9300.400.55153.9686.8923.92
Hex872445D028379a5718
Octal101621041350506723212730
Binary1000111001010001001011101010100011011110011010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087244; }

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

 H1.HeaderClassName
 {
   color: #087244;
 }
 .AnyTagClassName
 {
   color: #087244;
 }
</style>
background-color css

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

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

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

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

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

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