#087A38

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

Shades of Dark Spring Green #087A38

Tints of Dark Spring Green #087A38

Color information

#087A38 (or 0x087A38) is unknown color: approx Dark Spring Green. HEX triplet: 08, 7A and 38. RGB value is (8,122,56). Sum of RGB (Red+Green+Blue) = 8+122+56=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 122 (48.05% from 255 or 65.59% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 122 - color contains mainly: green. Hex color #087A38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A38 is #F785C7. Grayscale: #505050. Windows color (decimal): -16221640 or 3701256. OLE color: 3701256.

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

Color convert

RGB812256-
CMYK0.9300.540.52
HSL145.26º87.69%25.49%-
HSV(B)145.26º93.44%47.84%-
XYZ7.7714.266.08-
YUV80.39114.2376.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.30%
GREEN value IS 122 (48.05% from 255) = 65.59%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=4.30%
G=65.59%
B=30.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8122560.9300.540.52145.2687.6925.49
Hex87A385D03634915819
Octal10172701350666422113031
Binary100011110101110001011101011011011010010010001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,122,56); }

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

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

 a { background-color: rgb(8,122,56); }

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

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

 span { border-color: rgb(8,122,56); }

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