Html Css Color HEX #087142 Jewel

📋 copy color: '#087142'

red 8 ◦ green 113 ◦ blue 66

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

Shades of Jewel #087142

Tints of Jewel #087142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

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

R = 4.28%
G = 60.43%
B = 35.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#087142 (or 0x087142) is known color: Jewel. HEX triplet: 08, 71 and 42. RGB value is (8,113,66). Sum of RGB (Red+Green+Blue) = 8+113+66=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #087142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087142 is #F78EBD. Grayscale: #4C4C4C. Windows color (decimal): -16223934 or 4354312. OLE color: 4354312.

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

Color convert

RGB 8 113 66 -
CMYK 0.93 0 0.42 0.56
HSL 153.14º 0.87% 0.24% -
HSV(B) 153.14º 0.93% 0.44% -
XYZ 6.99 12.26 7.15 -
YUV 76.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 8 113 66 0.93 0 0.42 0.56 153.14 0.87 0.24
Hex 8 71 42 5D 0 2A 38 99 57 18
Octal 10 161 102 135 0 52 70 231 127 30
Binary 1000 1110001 1000010 1011101 0 101010 111000 10011001 1010111 11000

Color Harmonies of #087142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087142

Black with #087142

Text Example


Text Example

White with #087142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087142; }

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

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

background-color css

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

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

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

border-color css

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

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

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