Html Css Color HEX #087241 Jewel

📋 copy color: '#087241'

red 8 ◦ green 114 ◦ blue 65

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

Shades of Jewel #087241

Tints of Jewel #087241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

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

R = 4.28%
G = 60.96%
B = 34.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#087241 (or 0x087241) is known color: Jewel. HEX triplet: 08, 72 and 41. RGB value is (8,114,65). Sum of RGB (Red+Green+Blue) = 8+114+65=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #087241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087241 is #F78DBE. Grayscale: #4C4C4C. Windows color (decimal): -16223679 or 4289032. OLE color: 4289032.

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

Color convert

RGB 8 114 65 -
CMYK 0.93 0 0.43 0.55
HSL 152.26º 0.87% 0.24% -
HSV(B) 152.26º 0.93% 0.45% -
XYZ 7.07 12.47 7.03 -
YUV 76.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 8 114 65 0.93 0 0.43 0.55 152.26 0.87 0.24
Hex 8 72 41 5D 0 2B 37 98 57 18
Octal 10 162 101 135 0 53 67 230 127 30
Binary 1000 1110010 1000001 1011101 0 101011 110111 10011000 1010111 11000

Color Harmonies of #087241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087241

Black with #087241

Text Example


Text Example

White with #087241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087241; }

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

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

background-color css

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

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

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

border-color css

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

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

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