#08863B

Color #08863B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #08863B

Tints of Dark Spring Green #08863B

Color information

#08863B (or 0x08863B) is unknown color: approx Dark Spring Green. HEX triplet: 08, 86 and 3B. RGB value is (8,134,59). Sum of RGB (Red+Green+Blue) = 8+134+59=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #08863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08863B is #F779C4. Grayscale: #575757. Windows color (decimal): -16218565 or 3900936. OLE color: 3900936.

HSL color Cylindrical-coordinate representation of color #08863B: hue angle of 144.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08863B is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB813459-
CMYK0.9400.560.47
HSL144.29º88.73%27.84%-
HSV(B)144.29º94.03%52.55%-
XYZ9.4117.427-
YUV87.78111.7671.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.98%
GREEN value IS 134 (52.73% from 255) = 66.67%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=3.98%
G=66.67%
B=29.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8134590.9400.560.47144.2988.7327.84
Hex8863B5E0382F90591c
Octal10206731360705722013134
Binary1000100001101110111011110011100010111110010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08863B; }

 p { color: rgb(8,134,59); }

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

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

 a { background-color: rgb(8,134,59); }

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

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

 span { border-color: rgb(8,134,59); }

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