Html Css Color HEX #0D753C Dark Spring Green

📋 copy color: '#0D753C'

red 13 ◦ green 117 ◦ blue 60

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

Shades of Dark Spring Green #0D753C

Tints of Dark Spring Green #0D753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 31.58%

R = 6.84%
G = 61.58%
B = 31.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#0D753C (or 0x0D753C) is known color: Dark Spring Green. HEX triplet: 0D, 75 and 3C. RGB value is (13,117,60). Sum of RGB (Red+Green+Blue) = 13+117+60=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 117 (46.09% from 255 or 61.58% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 117 - color contains mainly: green. Hex color #0D753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D753C is #F28AC3. Grayscale: #4F4F4F. Windows color (decimal): -15895236 or 3962125. OLE color: 3962125.

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

Color convert

RGB 13 117 60 -
CMYK 0.89 0 0.49 0.54
HSL 147.12º 0.8% 0.25% -
HSV(B) 147.12º 0.89% 0.46% -
XYZ 7.34 13.13 6.42 -
YUV 79.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 13 117 60 0.89 0 0.49 0.54 147.12 0.8 0.25
Hex D 75 3C 59 0 31 36 93 50 19
Octal 15 165 74 131 0 61 66 223 120 31
Binary 1101 1110101 111100 1011001 0 110001 110110 10010011 1010000 11001

Color Harmonies of #0D753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D753C

Black with #0D753C

Text Example


Text Example

White with #0D753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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