#077730

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

Shades of Dark Spring Green #077730

Tints of Dark Spring Green #077730

Color information

#077730 (or 0x077730) is unknown color: approx Dark Spring Green. HEX triplet: 07, 77 and 30. RGB value is (7,119,48). Sum of RGB (Red+Green+Blue) = 7+119+48=174 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4.02% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #077730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077730 is #F888CF. Grayscale: #4D4D4D. Windows color (decimal): -16287952 or 3176199. OLE color: 3176199.

HSL color Cylindrical-coordinate representation of color #077730: hue angle of 141.96º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077730 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB711948-
CMYK0.9400.600.53
HSL141.96º88.89%24.71%-
HSV(B)141.96º94.12%46.67%-
XYZ7.2213.455.01-
YUV77.42111.3977.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.02%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=4.02%
G=68.39%
B=27.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119480.9400.600.53141.9688.8924.71
Hex777305E03C358e5919
Octal7167601360746521613131
Binary11111101111100001011110011110011010110001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077730; }

 p { color: rgb(7,119,48); }

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

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

 a { background-color: rgb(7,119,48); }

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

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

 span { border-color: rgb(7,119,48); }

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