#077A3B

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

Shades of Dark Spring Green #077A3B

Tints of Dark Spring Green #077A3B

Color information

#077A3B (or 0x077A3B) is unknown color: approx Dark Spring Green. HEX triplet: 07, 7A and 3B. RGB value is (7,122,59). Sum of RGB (Red+Green+Blue) = 7+122+59=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 59 (23.44% from 255 or 31.38% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #077A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077A3B is #F885C4. Grayscale: #505050. Windows color (decimal): -16287173 or 3897863. OLE color: 3897863.

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

Color convert

RGB712259-
CMYK0.9400.520.52
HSL147.13º89.15%25.29%-
HSV(B)147.13º94.26%47.84%-
XYZ7.8414.286.48-
YUV80.43115.975.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 122 (48.05% from 255) = 64.89%
BLUE value IS 59 (23.44% from 255) = 31.38%
R=3.72%
G=64.89%
B=31.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7122590.9400.520.52147.1389.1525.29
Hex77A3B5E03434935919
Octal7172731360646422313131
Binary11111110101110111011110011010011010010010011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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