Html Css Color HEX #05763F Dark Spring Green

📋 copy color: '#05763F'

red 5 ◦ green 118 ◦ blue 63

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

Shades of Dark Spring Green #05763F

Tints of Dark Spring Green #05763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.87%

R = 2.69%
G = 63.44%
B = 33.87%

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

#05763F (or 0x05763F) is known color: Dark Spring Green. HEX triplet: 05, 76 and 3F. RGB value is (5,118,63). Sum of RGB (Red+Green+Blue) = 5+118+63=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #05763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05763F is #FA89C0. Grayscale: #4E4E4E. Windows color (decimal): -16419265 or 4158981. OLE color: 4158981.

HSL color Cylindrical-coordinate representation of color #05763F: hue angle of 150.8º 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 #05763F is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 118 63 -
CMYK 0.96 0 0.47 0.54
HSL 150.8º 0.92% 0.24% -
HSV(B) 150.8º 0.96% 0.46% -
XYZ 7.44 13.35 6.89 -
YUV 77.94 119.56 75.97 -
System Red Green Blue C M Y K H S L
Decimal 5 118 63 0.96 0 0.47 0.54 150.8 0.92 0.24
Hex 5 76 3F 60 0 2F 36 97 5C 18
Octal 5 166 77 140 0 57 66 227 134 30
Binary 101 1110110 111111 1100000 0 101111 110110 10010111 1011100 11000

Color Harmonies of #05763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05763F

Black with #05763F

Text Example


Text Example

White with #05763F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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