Html Css Color HEX #077440 Dark Spring Green

📋 copy color: '#077440'

red 7 ◦ green 116 ◦ blue 64

#077440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #077440

Tints of Dark Spring Green #077440

RGB

 RED value IS 7 (3.13% from 255) = 3.74%

 GREEN value IS 116 (45.7% from 255) = 62.03%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 3.74%
G = 62.03%
B = 34.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#077440 (or 0x077440) is known color: Dark Spring Green. HEX triplet: 07, 74 and 40. RGB value is (7,116,64). Sum of RGB (Red+Green+Blue) = 7+116+64=187 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.74% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #077440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077440 is #F88BBF. Grayscale: #4D4D4D. Windows color (decimal): -16288704 or 4224007. OLE color: 4224007.

HSL color Cylindrical-coordinate representation of color #077440: hue angle of 151.38º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077440 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 7 116 64 -
CMYK 0.94 0 0.45 0.55
HSL 151.38º 0.89% 0.24% -
HSV(B) 151.38º 0.94% 0.45% -
XYZ 7.26 12.91 6.96 -
YUV 77.48 120.39 77.73 -
System Red Green Blue C M Y K H S L
Decimal 7 116 64 0.94 0 0.45 0.55 151.38 0.89 0.24
Hex 7 74 40 5E 0 2D 37 97 59 18
Octal 7 164 100 136 0 55 67 227 131 30
Binary 111 1110100 1000000 1011110 0 101101 110111 10010111 1011001 11000

Color Harmonies of #077440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077440

Black with #077440

Text Example


Text Example

White with #077440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077440; }

 p { color: rgb(7,116,64); }

 H1.HeaderClassName
 {
   color: #077440;
 }
 .AnyTagClassName
 {
   color: #077440;
 }
</style>

background-color css

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

 a { background-color: rgb(7,116,64); }

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

border-color css

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

 span { border-color: rgb(7,116,64); }

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