#087642

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

Shades of Dark Spring Green #087642

Tints of Dark Spring Green #087642

Color information

#087642 (or 0x087642) is unknown color: approx Dark Spring Green. HEX triplet: 08, 76 and 42. RGB value is (8,118,66). Sum of RGB (Red+Green+Blue) = 8+118+66=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #087642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087642 is #F789BD. Grayscale: #4F4F4F. Windows color (decimal): -16222654 or 4355592. OLE color: 4355592.

HSL color Cylindrical-coordinate representation of color #087642: hue angle of 151.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087642 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB811866-
CMYK0.9300.440.54
HSL151.64º87.3%24.71%-
HSV(B)151.64º93.22%46.27%-
XYZ7.5613.47.34-
YUV79.18120.5677.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 118 (46.48% from 255) = 61.46%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=4.17%
G=61.46%
B=34.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8118660.9300.440.54151.6487.324.71
Hex876425D02C36985719
Octal101661021350546623012731
Binary1000111011010000101011101010110011011010011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087642; }

 p { color: rgb(8,118,66); }

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

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

 a { background-color: rgb(8,118,66); }

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

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

 span { border-color: rgb(8,118,66); }

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