#087314

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

Shades of Green #087314

Tints of Green #087314

Color information

#087314 (or 0x087314) is unknown color: approx Green. HEX triplet: 08, 73 and 14. RGB value is (8,115,20). Sum of RGB (Red+Green+Blue) = 8+115+20=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #087314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087314 is #F78CEB. Grayscale: #484848. Windows color (decimal): -16223468 or 1340168. OLE color: 1340168.

HSL color Cylindrical-coordinate representation of color #087314: hue angle of 126.73º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087314 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB811520-
CMYK0.9300.830.55
HSL126.73º86.99%24.12%-
HSV(B)126.73º93.04%45.1%-
XYZ6.3612.362.71-
YUV72.1898.5582.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 115 (45.31% from 255) = 80.42%
BLUE value IS 20 (8.20% from 255) = 13.99%
R=5.59%
G=80.42%
B=13.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8115200.9300.830.55126.7386.9924.12
Hex873145D053377f5718
Octal101632413501236717712730
Binary10001110011101001011101010100111101111111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087314; }

 p { color: rgb(8,115,20); }

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

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

 a { background-color: rgb(8,115,20); }

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

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

 span { border-color: rgb(8,115,20); }

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