#087942

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

Shades of Dark Spring Green #087942

Tints of Dark Spring Green #087942

Color information

#087942 (or 0x087942) is unknown color: approx Dark Spring Green. HEX triplet: 08, 79 and 42. RGB value is (8,121,66). Sum of RGB (Red+Green+Blue) = 8+121+66=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #087942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087942 is #F786BD. Grayscale: #515151. Windows color (decimal): -16221886 or 4356360. OLE color: 4356360.

HSL color Cylindrical-coordinate representation of color #087942: hue angle of 150.8º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087942 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB812166-
CMYK0.9300.450.53
HSL150.8º87.6%25.29%-
HSV(B)150.8º93.39%47.45%-
XYZ7.9214.127.46-
YUV80.94119.5675.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.10%
GREEN value IS 121 (47.66% from 255) = 62.05%
BLUE value IS 66 (26.17% from 255) = 33.85%
R=4.10%
G=62.05%
B=33.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8121660.9300.450.53150.887.625.29
Hex879425D02D35975819
Octal101711021350556522713031
Binary1000111100110000101011101010110111010110010111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087942; }

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

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

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

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

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

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

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

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