#077A2F

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

Shades of Dark Spring Green #077A2F

Tints of Dark Spring Green #077A2F

Color information

#077A2F (or 0x077A2F) is unknown color: approx Dark Spring Green. HEX triplet: 07, 7A and 2F. RGB value is (7,122,47). Sum of RGB (Red+Green+Blue) = 7+122+47=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 122 (48.05% from 255 or 69.32% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 122 - color contains mainly: green. Hex color #077A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A2F is #F885D0. Grayscale: #4F4F4F. Windows color (decimal): -16287185 or 3111431. OLE color: 3111431.

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

Color convert

RGB712247-
CMYK0.9400.610.52
HSL140.87º89.15%25.29%-
HSV(B)140.87º94.26%47.84%-
XYZ7.5614.175.03-
YUV79.06109.976.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 122 (48.05% from 255) = 69.32%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=3.98%
G=69.32%
B=26.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122470.9400.610.52140.8789.1525.29
Hex77A2F5E03D348d5919
Octal7172571360756421513131
Binary11111110101011111011110011110111010010001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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