#077a0b

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

Shades of Green #077A0B

Tints of Green #077A0B

Color information

#077A0B (or 0x077A0B) is unknown color: approx Green. HEX triplet: 07, 7A and 0B. RGB value is (7,122,11). Sum of RGB (Red+Green+Blue) = 7+122+11=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 122 (48.05% from 255 or 87.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 122 - color contains mainly: green. Hex color #077A0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077A0B is #F885F4. Grayscale: #4B4B4B. Windows color (decimal): -16287221 or 752135. OLE color: 752135.

HSL color Cylindrical-coordinate representation of color #077A0B: hue angle of 122.09º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077A0B is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.52.

Color convert

RGB712211-
CMYK0.9400.910.52
HSL122.09º89.15%25.29%-
HSV(B)122.09º94.26%47.84%-
XYZ7.1113.992.64-
YUV74.9691.979.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 122 (48.05% from 255) = 87.14%
BLUE value IS 11 (4.69% from 255) = 7.86%
R=5%
G=87.14%
B=7.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122110.9400.910.52122.0989.1525.29
Hex77AB5E05B347a5919
Octal71721313601336417213131
Binary111111101010111011110010110111101001111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077a0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077a0b; }

 p { color: rgb(7,122,11); }

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

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

 a { background-color: rgb(7,122,11); }

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

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

 span { border-color: rgb(7,122,11); }

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