#087C1A

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

Shades of Green #087C1A

Tints of Green #087C1A

Color information

#087C1A (or 0x087C1A) is unknown color: approx Green. HEX triplet: 08, 7C and 1A. RGB value is (8,124,26). Sum of RGB (Red+Green+Blue) = 8+124+26=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 124 (48.83% from 255 or 78.48% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 124 - color contains mainly: green. Hex color #087C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087C1A is #F783E5. Grayscale: #4E4E4E. Windows color (decimal): -16221158 or 1735688. OLE color: 1735688.

HSL color Cylindrical-coordinate representation of color #087C1A: hue angle of 129.31º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087C1A is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB812426-
CMYK0.9400.790.51
HSL129.31º87.88%25.88%-
HSV(B)129.31º93.55%48.63%-
XYZ7.4914.543.39-
YUV78.1498.5777.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 124 (48.83% from 255) = 78.48%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=5.06%
G=78.48%
B=16.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8124260.9400.790.51129.3187.8825.88
Hex87C1A5E04F3381581a
Octal101743213601176320113032
Binary100011111001101010111100100111111001110000001101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,124,26); }

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

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

 a { background-color: rgb(8,124,26); }

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

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

 span { border-color: rgb(8,124,26); }

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