#08703E

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

Shades of Jewel #08703E

Tints of Jewel #08703E

Color information

#08703E (or 0x08703E) is unknown color: approx Jewel. HEX triplet: 08, 70 and 3E. RGB value is (8,112,62). Sum of RGB (Red+Green+Blue) = 8+112+62=182 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.40% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #08703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08703E is #F78FC1. Grayscale: #4B4B4B. Windows color (decimal): -16224194 or 4091912. OLE color: 4091912.

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

Color convert

RGB811262-
CMYK0.9300.450.56
HSL151.15º86.67%23.53%-
HSV(B)151.15º92.86%43.92%-
XYZ6.7611.996.51-
YUV75.2120.5480.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.40%
GREEN value IS 112 (44.14% from 255) = 61.54%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=4.40%
G=61.54%
B=34.07%

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
Decimal8112620.9300.450.56151.1586.6723.53
Hex8703E5D02D38975718
Octal10160761350557022712730
Binary100011100001111101011101010110111100010010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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