Html Css Color HEX #05763E Dark Spring Green

📋 copy color: '#05763E'

red 5 ◦ green 118 ◦ blue 62

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

Shades of Dark Spring Green #05763E

Tints of Dark Spring Green #05763E

RGB

 RED value IS 5 (2.34% from 255) = 2.7%

 GREEN value IS 118 (46.48% from 255) = 63.78%

 BLUE value IS 62 (24.61% from 255) = 33.51%

R = 2.7%
G = 63.78%
B = 33.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#05763E (or 0x05763E) is known color: Dark Spring Green. HEX triplet: 05, 76 and 3E. RGB value is (5,118,62). Sum of RGB (Red+Green+Blue) = 5+118+62=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #05763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05763E is #FA89C1. Grayscale: #4D4D4D. Windows color (decimal): -16419266 or 4093445. OLE color: 4093445.

HSL color Cylindrical-coordinate representation of color #05763E: hue angle of 150.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05763E is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 62 -
CMYK 0.96 0 0.47 0.54
HSL 150.27º 0.92% 0.24% -
HSV(B) 150.27º 0.96% 0.46% -
XYZ 7.41 13.34 6.74 -
YUV 77.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 5 118 62 0.96 0 0.47 0.54 150.27 0.92 0.24
Hex 5 76 3E 60 0 2F 36 96 5C 18
Octal 5 166 76 140 0 57 66 226 134 30
Binary 101 1110110 111110 1100000 0 101111 110110 10010110 1011100 11000

Color Harmonies of #05763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05763E

Black with #05763E

Text Example


Text Example

White with #05763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05763E; }

 p { color: rgb(5,118,62); }

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

background-color css

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

 a { background-color: rgb(5,118,62); }

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

border-color css

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

 span { border-color: rgb(5,118,62); }

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