#087746

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

Shades of Dark Spring Green #087746

Tints of Dark Spring Green #087746

Color information

#087746 (or 0x087746) is unknown color: approx Dark Spring Green. HEX triplet: 08, 77 and 46. RGB value is (8,119,70). Sum of RGB (Red+Green+Blue) = 8+119+70=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 119 (46.88% from 255 or 60.41% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 119 - color contains mainly: green. Hex color #087746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087746 is #F788B9. Grayscale: #505050. Windows color (decimal): -16222394 or 4617992. OLE color: 4617992.

HSL color Cylindrical-coordinate representation of color #087746: hue angle of 153.51º degrees, saturation: 0.87, 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 #087746 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB811970-
CMYK0.9300.410.53
HSL153.51º87.4%24.9%-
HSV(B)153.51º93.28%46.67%-
XYZ7.813.698.03-
YUV80.22122.2376.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.06%
GREEN value IS 119 (46.88% from 255) = 60.41%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=4.06%
G=60.41%
B=35.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8119700.9300.410.53153.5187.424.9
Hex877465D029359a5719
Octal101671061350516523212731
Binary1000111011110001101011101010100111010110011010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087746; }

 p { color: rgb(8,119,70); }

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

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

 a { background-color: rgb(8,119,70); }

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

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

 span { border-color: rgb(8,119,70); }

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