Html Css Color HEX #0D763E Dark Spring Green

📋 copy color: '#0D763E'

red 13 ◦ green 118 ◦ blue 62

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

Shades of Dark Spring Green #0D763E

Tints of Dark Spring Green #0D763E

RGB

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

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

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

R = 6.74%
G = 61.14%
B = 32.12%

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

#0D763E (or 0x0D763E) is known color: Dark Spring Green. HEX triplet: 0D, 76 and 3E. RGB value is (13,118,62). Sum of RGB (Red+Green+Blue) = 13+118+62=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #0D763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D763E is #F289C1. Grayscale: #505050. Windows color (decimal): -15894978 or 4093453. OLE color: 4093453.

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

Color convert

RGB 13 118 62 -
CMYK 0.89 0 0.47 0.54
HSL 148º 0.8% 0.26% -
HSV(B) 148º 0.89% 0.46% -
XYZ 7.51 13.39 6.75 -
YUV 80.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 13 118 62 0.89 0 0.47 0.54 148 0.8 0.26
Hex D 76 3E 59 0 2F 36 94 50 1A
Octal 15 166 76 131 0 57 66 224 120 32
Binary 1101 1110110 111110 1011001 0 101111 110110 10010100 1010000 11010

Color Harmonies of #0D763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D763E

Black with #0D763E

Text Example


Text Example

White with #0D763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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