Html Css Color HEX #0C753F Dark Spring Green

📋 copy color: '#0C753F'

red 12 ◦ green 117 ◦ blue 63

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

Shades of Dark Spring Green #0C753F

Tints of Dark Spring Green #0C753F

RGB

 RED value IS 12 (5.08% from 255) = 6.25%

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

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

R = 6.25%
G = 60.94%
B = 32.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#0C753F (or 0x0C753F) is known color: Dark Spring Green. HEX triplet: 0C, 75 and 3F. RGB value is (12,117,63). Sum of RGB (Red+Green+Blue) = 12+117+63=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #0C753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C753F is #F38AC0. Grayscale: #4F4F4F. Windows color (decimal): -15960769 or 4158732. OLE color: 4158732.

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

Color convert

RGB 12 117 63 -
CMYK 0.90 0 0.46 0.54
HSL 149.14º 0.81% 0.25% -
HSV(B) 149.14º 0.9% 0.46% -
XYZ 7.41 13.16 6.85 -
YUV 79.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 12 117 63 0.90 0 0.46 0.54 149.14 0.81 0.25
Hex C 75 3F 5A 0 2E 36 95 51 19
Octal 14 165 77 132 0 56 66 225 121 31
Binary 1100 1110101 111111 1011010 0 101110 110110 10010101 1010001 11001

Color Harmonies of #0C753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C753F

Black with #0C753F

Text Example


Text Example

White with #0C753F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,117,63); }

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

background-color css

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

 a { background-color: rgb(12,117,63); }

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

border-color css

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

 span { border-color: rgb(12,117,63); }

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