#087741

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

Shades of Dark Spring Green #087741

Tints of Dark Spring Green #087741

Color information

#087741 (or 0x087741) is unknown color: approx Dark Spring Green. HEX triplet: 08, 77 and 41. RGB value is (8,119,65). Sum of RGB (Red+Green+Blue) = 8+119+65=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #087741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087741 is #F788BE. Grayscale: #4F4F4F. Windows color (decimal): -16222399 or 4290312. OLE color: 4290312.

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

Color convert

RGB811965-
CMYK0.9300.450.53
HSL150.81º87.4%24.9%-
HSV(B)150.81º93.28%46.67%-
XYZ7.6513.637.23-
YUV79.65119.7376.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.17%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 65 (25.78% from 255) = 33.85%
R=4.17%
G=61.98%
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
Decimal8119650.9300.450.53150.8187.424.9
Hex877415D02D35975719
Octal101671011350556522712731
Binary1000111011110000011011101010110111010110010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087741; }

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

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

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

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

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

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

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

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