Html Css Color HEX #0D763F Dark Spring Green

📋 copy color: '#0D763F'

red 13 ◦ green 118 ◦ blue 63

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

Shades of Dark Spring Green #0D763F

Tints of Dark Spring Green #0D763F

RGB

 RED value IS 13 (5.47% from 255) = 6.7%

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

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

R = 6.7%
G = 60.82%
B = 32.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#0D763F (or 0x0D763F) is known color: Dark Spring Green. HEX triplet: 0D, 76 and 3F. RGB value is (13,118,63). Sum of RGB (Red+Green+Blue) = 13+118+63=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 118 (46.48% from 255 or 60.82% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 118 - color contains mainly: green. Hex color #0D763F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D763F is #F289C0. Grayscale: #505050. Windows color (decimal): -15894977 or 4158989. OLE color: 4158989.

HSL color Cylindrical-coordinate representation of color #0D763F: hue angle of 148.57º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D763F is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 63 -
CMYK 0.89 0 0.47 0.54
HSL 148.57º 0.8% 0.26% -
HSV(B) 148.57º 0.89% 0.46% -
XYZ 7.54 13.4 6.89 -
YUV 80.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 13 118 63 0.89 0 0.47 0.54 148.57 0.8 0.26
Hex D 76 3F 59 0 2F 36 95 50 1A
Octal 15 166 77 131 0 57 66 225 120 32
Binary 1101 1110110 111111 1011001 0 101111 110110 10010101 1010000 11010

Color Harmonies of #0D763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D763F

Black with #0D763F

Text Example


Text Example

White with #0D763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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