#077B13

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

Shades of Green #077B13

Tints of Green #077B13

Color information

#077B13 (or 0x077B13) is unknown color: approx Green. HEX triplet: 07, 7B and 13. RGB value is (7,123,19). Sum of RGB (Red+Green+Blue) = 7+123+19=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 123 (48.44% from 255 or 82.55% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 123 - color contains mainly: green. Hex color #077B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077B13 is #F884EC. Grayscale: #4C4C4C. Windows color (decimal): -16286957 or 1276679. OLE color: 1276679.

HSL color Cylindrical-coordinate representation of color #077B13: hue angle of 126.21º 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 #077B13 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB712319-
CMYK0.9400.850.52
HSL126.21º89.23%25.49%-
HSV(B)126.21º94.31%48.24%-
XYZ7.2914.262.98-
YUV76.4695.5778.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 123 (48.44% from 255) = 82.55%
BLUE value IS 19 (7.81% from 255) = 12.75%
R=4.70%
G=82.55%
B=12.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7123190.9400.850.52126.2189.2325.49
Hex77B135E055347e5919
Octal71732313601256417613131
Binary1111111011100111011110010101011101001111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,123,19); }

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

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

 a { background-color: rgb(7,123,19); }

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

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

 span { border-color: rgb(7,123,19); }

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