Html Css Color HEX #077445 Dark Spring Green

📋 copy color: '#077445'

red 7 ◦ green 116 ◦ blue 69

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

Shades of Dark Spring Green #077445

Tints of Dark Spring Green #077445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.94%

R = 3.65%
G = 60.42%
B = 35.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#077445 (or 0x077445) is known color: Dark Spring Green. HEX triplet: 07, 74 and 45. RGB value is (7,116,69). Sum of RGB (Red+Green+Blue) = 7+116+69=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 116 (45.70% from 255 or 60.42% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 116 - color contains mainly: green. Hex color #077445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077445 is #F88BBA. Grayscale: #4E4E4E. Windows color (decimal): -16288699 or 4551687. OLE color: 4551687.

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

Color convert

RGB 7 116 69 -
CMYK 0.94 0 0.41 0.55
HSL 154.13º 0.89% 0.24% -
HSV(B) 154.13º 0.94% 0.45% -
XYZ 7.41 12.97 7.74 -
YUV 78.05 122.89 77.32 -
System Red Green Blue C M Y K H S L
Decimal 7 116 69 0.94 0 0.41 0.55 154.13 0.89 0.24
Hex 7 74 45 5E 0 29 37 9A 59 18
Octal 7 164 105 136 0 51 67 232 131 30
Binary 111 1110100 1000101 1011110 0 101001 110111 10011010 1011001 11000

Color Harmonies of #077445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077445

Black with #077445

Text Example


Text Example

White with #077445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077445; }

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

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

background-color css

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

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

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

border-color css

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

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

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