Html Css Color HEX #0C753E Dark Spring Green

📋 copy color: '#0C753E'

red 12 ◦ green 117 ◦ blue 62

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

Shades of Dark Spring Green #0C753E

Tints of Dark Spring Green #0C753E

RGB

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

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

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

R = 6.28%
G = 61.26%
B = 32.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#0C753E (or 0x0C753E) is known color: Dark Spring Green. HEX triplet: 0C, 75 and 3E. RGB value is (12,117,62). Sum of RGB (Red+Green+Blue) = 12+117+62=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #0C753E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C753E is #F38AC1. Grayscale: #4F4F4F. Windows color (decimal): -15960770 or 4093196. OLE color: 4093196.

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

Color convert

RGB 12 117 62 -
CMYK 0.90 0 0.47 0.54
HSL 148.57º 0.81% 0.25% -
HSV(B) 148.57º 0.9% 0.46% -
XYZ 7.38 13.15 6.71 -
YUV 79.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 12 117 62 0.90 0 0.47 0.54 148.57 0.81 0.25
Hex C 75 3E 5A 0 2F 36 95 51 19
Octal 14 165 76 132 0 57 66 225 121 31
Binary 1100 1110101 111110 1011010 0 101111 110110 10010101 1010001 11001

Color Harmonies of #0C753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C753E

Black with #0C753E

Text Example


Text Example

White with #0C753E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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