#08713C

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

Shades of Jewel #08713C

Tints of Jewel #08713C

Color information

#08713C (or 0x08713C) is unknown color: approx Jewel. HEX triplet: 08, 71 and 3C. RGB value is (8,113,60). Sum of RGB (Red+Green+Blue) = 8+113+60=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #08713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08713C is #F78EC3. Grayscale: #4B4B4B. Windows color (decimal): -16223940 or 3961096. OLE color: 3961096.

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

Color convert

RGB811360-
CMYK0.9300.470.56
HSL149.71º86.78%23.73%-
HSV(B)149.71º92.92%44.31%-
XYZ6.8212.196.27-
YUV75.56119.2179.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.42%
GREEN value IS 113 (44.53% from 255) = 62.43%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=4.42%
G=62.43%
B=33.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8113600.9300.470.56149.7186.7823.73
Hex8713C5D02F38965718
Octal10161741350577022612730
Binary100011100011111001011101010111111100010010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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