Html Css Color HEX #077435 Dark Spring Green

📋 copy color: '#077435'

red 7 ◦ green 116 ◦ blue 53

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

Shades of Dark Spring Green #077435

Tints of Dark Spring Green #077435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 3.98%
G = 65.91%
B = 30.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#077435 (or 0x077435) is known color: Dark Spring Green. HEX triplet: 07, 74 and 35. RGB value is (7,116,53). Sum of RGB (Red+Green+Blue) = 7+116+53=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #077435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077435 is #F88BCA. Grayscale: #4C4C4C. Windows color (decimal): -16288715 or 3503111. OLE color: 3503111.

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

Color convert

RGB 7 116 53 -
CMYK 0.94 0 0.54 0.55
HSL 145.32º 0.89% 0.24% -
HSV(B) 145.32º 0.94% 0.45% -
XYZ 6.98 12.79 5.47 -
YUV 76.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 7 116 53 0.94 0 0.54 0.55 145.32 0.89 0.24
Hex 7 74 35 5E 0 36 37 91 59 18
Octal 7 164 65 136 0 66 67 221 131 30
Binary 111 1110100 110101 1011110 0 110110 110111 10010001 1011001 11000

Color Harmonies of #077435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077435

Black with #077435

Text Example


Text Example

White with #077435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077435; }

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

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

background-color css

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

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

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

border-color css

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

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

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