Html Css Color HEX #087042 Jewel

📋 copy color: '#087042'

red 8 ◦ green 112 ◦ blue 66

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

Shades of Jewel #087042

Tints of Jewel #087042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 4.3%
G = 60.22%
B = 35.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#087042 (or 0x087042) is known color: Jewel. HEX triplet: 08, 70 and 42. RGB value is (8,112,66). Sum of RGB (Red+Green+Blue) = 8+112+66=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #087042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087042 is #F78FBD. Grayscale: #4B4B4B. Windows color (decimal): -16224190 or 4354056. OLE color: 4354056.

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

Color convert

RGB 8 112 66 -
CMYK 0.93 0 0.41 0.56
HSL 153.46º 0.87% 0.24% -
HSV(B) 153.46º 0.93% 0.44% -
XYZ 6.88 12.03 7.11 -
YUV 75.66 122.54 79.74 -
System Red Green Blue C M Y K H S L
Decimal 8 112 66 0.93 0 0.41 0.56 153.46 0.87 0.24
Hex 8 70 42 5D 0 29 38 99 57 18
Octal 10 160 102 135 0 51 70 231 127 30
Binary 1000 1110000 1000010 1011101 0 101001 111000 10011001 1010111 11000

Color Harmonies of #087042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087042

Black with #087042

Text Example


Text Example

White with #087042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087042; }

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

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

background-color css

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

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

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

border-color css

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

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

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