#087A1C

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

Shades of Green #087A1C

Tints of Green #087A1C

Color information

#087A1C (or 0x087A1C) is unknown color: approx Green. HEX triplet: 08, 7A and 1C. RGB value is (8,122,28). Sum of RGB (Red+Green+Blue) = 8+122+28=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 122 (48.05% from 255 or 77.22% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 122 - color contains mainly: green. Hex color #087A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #087A1C is #F785E3. Grayscale: #4D4D4D. Windows color (decimal): -16221668 or 1866248. OLE color: 1866248.

HSL color Cylindrical-coordinate representation of color #087A1C: hue angle of 130.53º 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 #087A1C is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB812228-
CMYK0.9300.770.52
HSL130.53º87.69%25.49%-
HSV(B)130.53º93.44%47.84%-
XYZ7.2714.053.43-
YUV77.2100.2378.64-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.06%
GREEN value IS 122 (48.05% from 255) = 77.22%
BLUE value IS 28 (11.33% from 255) = 17.72%
R=5.06%
G=77.22%
B=17.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8122280.9300.770.52130.5387.6925.49
Hex87A1C5D04D34835819
Octal101723413501156420313031
Binary100011110101110010111010100110111010010000011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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