#077B22

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

Shades of Forest Green #077B22

Tints of Forest Green #077B22

Color information

#077B22 (or 0x077B22) is unknown color: approx Forest Green. HEX triplet: 07, 7B and 22. RGB value is (7,123,34). Sum of RGB (Red+Green+Blue) = 7+123+34=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 123 (48.44% from 255 or 75% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 123 - color contains mainly: green. Hex color #077B22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077B22 is #F884DD. Grayscale: #4E4E4E. Windows color (decimal): -16286942 or 2259719. OLE color: 2259719.

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

Color convert

RGB712334-
CMYK0.9400.720.52
HSL133.97º89.23%25.49%-
HSV(B)133.97º94.31%48.24%-
XYZ7.4614.333.89-
YUV78.17103.0777.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 123 (48.44% from 255) = 75%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=4.27%
G=75%
B=20.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7123340.9400.720.52133.9789.2325.49
Hex77B225E04834865919
Octal71734213601106420613131
Binary111111101110001010111100100100011010010000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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