Html Css Color HEX #0D753E Dark Spring Green

📋 copy color: '#0D753E'

red 13 ◦ green 117 ◦ blue 62

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

Shades of Dark Spring Green #0D753E

Tints of Dark Spring Green #0D753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.94%

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

R = 6.77%
G = 60.94%
B = 32.29%

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

#0D753E (or 0x0D753E) is known color: Dark Spring Green. HEX triplet: 0D, 75 and 3E. RGB value is (13,117,62). Sum of RGB (Red+Green+Blue) = 13+117+62=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #0D753E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D753E is #F28AC1. Grayscale: #4F4F4F. Windows color (decimal): -15895234 or 4093197. OLE color: 4093197.

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

Color convert

RGB 13 117 62 -
CMYK 0.89 0 0.47 0.54
HSL 148.27º 0.8% 0.25% -
HSV(B) 148.27º 0.89% 0.46% -
XYZ 7.4 13.16 6.71 -
YUV 79.63 118.04 80.47 -
System Red Green Blue C M Y K H S L
Decimal 13 117 62 0.89 0 0.47 0.54 148.27 0.8 0.25
Hex D 75 3E 59 0 2F 36 94 50 19
Octal 15 165 76 131 0 57 66 224 120 31
Binary 1101 1110101 111110 1011001 0 101111 110110 10010100 1010000 11001

Color Harmonies of #0D753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D753E

Black with #0D753E

Text Example


Text Example

White with #0D753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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