#08713E

Color #08713E Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #08713E

Tints of Jewel #08713E

Color information

#08713E (or 0x08713E) is unknown color: approx Jewel. HEX triplet: 08, 71 and 3E. RGB value is (8,113,62). Sum of RGB (Red+Green+Blue) = 8+113+62=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #08713E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08713E is #F78EC1. Grayscale: #4B4B4B. Windows color (decimal): -16223938 or 4092168. OLE color: 4092168.

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

Color convert

RGB811362-
CMYK0.9300.450.56
HSL150.86º86.78%23.73%-
HSV(B)150.86º92.92%44.31%-
XYZ6.8712.216.55-
YUV75.79120.2179.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.37%
GREEN value IS 113 (44.53% from 255) = 61.75%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=4.37%
G=61.75%
B=33.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8113620.9300.450.56150.8686.7823.73
Hex8713E5D02D38975718
Octal10161761350557022712730
Binary100011100011111101011101010110111100010010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08713E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08713E; }

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

 H1.HeaderClassName
 {
   color: #08713E;
 }
 .AnyTagClassName
 {
   color: #08713E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #08713E;
 }
 .BgClassName
 {
   background-color: #08713E;
 }
</style>
border-color css

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

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

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