Html Css Color HEX #0D763D Dark Spring Green

📋 copy color: '#0D763D'

red 13 ◦ green 118 ◦ blue 61

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

Shades of Dark Spring Green #0D763D

Tints of Dark Spring Green #0D763D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 31.77%

R = 6.77%
G = 61.46%
B = 31.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#0D763D (or 0x0D763D) is known color: Dark Spring Green. HEX triplet: 0D, 76 and 3D. RGB value is (13,118,61). Sum of RGB (Red+Green+Blue) = 13+118+61=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #0D763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D763D is #F289C2. Grayscale: #505050. Windows color (decimal): -15894979 or 4027917. OLE color: 4027917.

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

Color convert

RGB 13 118 61 -
CMYK 0.89 0 0.48 0.54
HSL 147.43º 0.8% 0.26% -
HSV(B) 147.43º 0.89% 0.46% -
XYZ 7.49 13.38 6.6 -
YUV 80.11 117.21 80.13 -
System Red Green Blue C M Y K H S L
Decimal 13 118 61 0.89 0 0.48 0.54 147.43 0.8 0.26
Hex D 76 3D 59 0 30 36 93 50 1A
Octal 15 166 75 131 0 60 66 223 120 32
Binary 1101 1110110 111101 1011001 0 110000 110110 10010011 1010000 11010

Color Harmonies of #0D763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D763D

Black with #0D763D

Text Example


Text Example

White with #0D763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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