#077215

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

Shades of Green #077215

Tints of Green #077215

Color information

#077215 (or 0x077215) is unknown color: approx Green. HEX triplet: 07, 72 and 15. RGB value is (7,114,21). Sum of RGB (Red+Green+Blue) = 7+114+21=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 114 (44.92% from 255 or 80.28% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 114 - color contains mainly: green. Hex color #077215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077215 is #F88DEA. Grayscale: #474747. Windows color (decimal): -16289259 or 1405447. OLE color: 1405447.

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

Color convert

RGB711421-
CMYK0.9400.820.55
HSL127.85º88.43%23.73%-
HSV(B)127.85º93.86%44.71%-
XYZ6.2412.132.72-
YUV71.499.5582.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 114 (44.92% from 255) = 80.28%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=4.93%
G=80.28%
B=14.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114210.9400.820.55127.8588.4323.73
Hex772155E05237805818
Octal71622513601226720013030
Binary11111100101010110111100101001011011110000000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077215; }

 p { color: rgb(7,114,21); }

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

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

 a { background-color: rgb(7,114,21); }

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

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

 span { border-color: rgb(7,114,21); }

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