Html Css Color HEX #087138 Jewel

📋 copy color: '#087138'

red 8 ◦ green 113 ◦ blue 56

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

Shades of Jewel #087138

Tints of Jewel #087138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 4.52%
G = 63.84%
B = 31.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#087138 (or 0x087138) is known color: Jewel. HEX triplet: 08, 71 and 38. RGB value is (8,113,56). Sum of RGB (Red+Green+Blue) = 8+113+56=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 113 (44.53% from 255 or 63.84% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 113 - color contains mainly: green. Hex color #087138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087138 is #F78EC7. Grayscale: #4B4B4B. Windows color (decimal): -16223944 or 3698952. OLE color: 3698952.

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

Color convert

RGB 8 113 56 -
CMYK 0.93 0 0.50 0.56
HSL 147.43º 0.87% 0.24% -
HSV(B) 147.43º 0.93% 0.44% -
XYZ 6.72 12.15 5.73 -
YUV 75.11 117.21 80.13 -
System Red Green Blue C M Y K H S L
Decimal 8 113 56 0.93 0 0.50 0.56 147.43 0.87 0.24
Hex 8 71 38 5D 0 32 38 93 57 18
Octal 10 161 70 135 0 62 70 223 127 30
Binary 1000 1110001 111000 1011101 0 110010 111000 10010011 1010111 11000

Color Harmonies of #087138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087138

Black with #087138

Text Example


Text Example

White with #087138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087138; }

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

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

background-color css

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

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

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

border-color css

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

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

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