Html Css Color HEX #087041 Jewel

📋 copy color: '#087041'

red 8 ◦ green 112 ◦ blue 65

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

Shades of Jewel #087041

Tints of Jewel #087041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 4.32%
G = 60.54%
B = 35.14%

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

#087041 (or 0x087041) is known color: Jewel. HEX triplet: 08, 70 and 41. RGB value is (8,112,65). Sum of RGB (Red+Green+Blue) = 8+112+65=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #087041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087041 is #F78FBE. Grayscale: #4B4B4B. Windows color (decimal): -16224191 or 4288520. OLE color: 4288520.

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

Color convert

RGB 8 112 65 -
CMYK 0.93 0 0.42 0.56
HSL 152.88º 0.87% 0.24% -
HSV(B) 152.88º 0.93% 0.44% -
XYZ 6.85 12.02 6.96 -
YUV 75.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 8 112 65 0.93 0 0.42 0.56 152.88 0.87 0.24
Hex 8 70 41 5D 0 2A 38 99 57 18
Octal 10 160 101 135 0 52 70 231 127 30
Binary 1000 1110000 1000001 1011101 0 101010 111000 10011001 1010111 11000

Color Harmonies of #087041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087041

Black with #087041

Text Example


Text Example

White with #087041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087041; }

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

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

background-color css

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

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

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

border-color css

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

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

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