#087B3A

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

Shades of Dark Spring Green #087B3A

Tints of Dark Spring Green #087B3A

Color information

#087B3A (or 0x087B3A) is unknown color: approx Dark Spring Green. HEX triplet: 08, 7B and 3A. RGB value is (8,123,58). Sum of RGB (Red+Green+Blue) = 8+123+58=189 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.23% from 189); Green value is 123 (48.44% from 255 or 65.08% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 123 - color contains mainly: green. Hex color #087B3A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087B3A is #F784C5. Grayscale: #515151. Windows color (decimal): -16221382 or 3832584. OLE color: 3832584.

HSL color Cylindrical-coordinate representation of color #087B3A: hue angle of 146.09º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087B3A is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB812358-
CMYK0.9300.530.52
HSL146.09º87.79%25.69%-
HSV(B)146.09º93.5%48.24%-
XYZ7.9514.526.39-
YUV81.2114.975.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.23%
GREEN value IS 123 (48.44% from 255) = 65.08%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=4.23%
G=65.08%
B=30.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8123580.9300.530.52146.0987.7925.69
Hex87B3A5D0353492581a
Octal10173721350656422213032
Binary100011110111110101011101011010111010010010010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087B3A; }

 p { color: rgb(8,123,58); }

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

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

 a { background-color: rgb(8,123,58); }

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

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

 span { border-color: rgb(8,123,58); }

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