Html Css Color HEX #087046 Jewel

📋 copy color: '#087046'

red 8 ◦ green 112 ◦ blue 70

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

Shades of Jewel #087046

Tints of Jewel #087046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 4.21%
G = 58.95%
B = 36.84%

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

#087046 (or 0x087046) is known color: Jewel. HEX triplet: 08, 70 and 46. RGB value is (8,112,70). Sum of RGB (Red+Green+Blue) = 8+112+70=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 112 (44.14% from 255 or 58.95% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 112 - color contains mainly: green. Hex color #087046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087046 is #F78FB9. Grayscale: #4C4C4C. Windows color (decimal): -16224186 or 4616200. OLE color: 4616200.

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

Color convert

RGB 8 112 70 -
CMYK 0.93 0 0.38 0.56
HSL 155.77º 0.87% 0.24% -
HSV(B) 155.77º 0.93% 0.44% -
XYZ 7 12.08 7.76 -
YUV 76.12 124.54 79.42 -
System Red Green Blue C M Y K H S L
Decimal 8 112 70 0.93 0 0.38 0.56 155.77 0.87 0.24
Hex 8 70 46 5D 0 26 38 9C 57 18
Octal 10 160 106 135 0 46 70 234 127 30
Binary 1000 1110000 1000110 1011101 0 100110 111000 10011100 1010111 11000

Color Harmonies of #087046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087046

Black with #087046

Text Example


Text Example

White with #087046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087046; }

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

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

background-color css

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

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

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

border-color css

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

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

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