#077018

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

Shades of Green #077018

Tints of Green #077018

Color information

#077018 (or 0x077018) is unknown color: approx Green. HEX triplet: 07, 70 and 18. RGB value is (7,112,24). Sum of RGB (Red+Green+Blue) = 7+112+24=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #077018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077018 is #F88FE7. Grayscale: #464646. Windows color (decimal): -16289768 or 1601543. OLE color: 1601543.

HSL color Cylindrical-coordinate representation of color #077018: hue angle of 129.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077018 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB711224-
CMYK0.9400.790.56
HSL129.71º88.24%23.33%-
HSV(B)129.71º93.75%43.92%-
XYZ6.0511.72.8-
YUV70.57101.7182.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 112 (44.14% from 255) = 78.32%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=4.90%
G=78.32%
B=16.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112240.9400.790.56129.7188.2423.33
Hex770185E04F38825817
Octal71603013601177020213027
Binary11111100001100010111100100111111100010000010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077018; }

 p { color: rgb(7,112,24); }

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

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

 a { background-color: rgb(7,112,24); }

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

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

 span { border-color: rgb(7,112,24); }

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