Html Css Color HEX #0C7140 Dark Spring Green

📋 copy color: '#0C7140'

red 12 ◦ green 113 ◦ blue 64

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

Shades of Dark Spring Green #0C7140

Tints of Dark Spring Green #0C7140

RGB

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

 GREEN value IS 113 (44.53% from 255) = 59.79%

 BLUE value IS 64 (25.39% from 255) = 33.86%

R = 6.35%
G = 59.79%
B = 33.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#0C7140 (or 0x0C7140) is known color: Dark Spring Green. HEX triplet: 0C, 71 and 40. RGB value is (12,113,64). Sum of RGB (Red+Green+Blue) = 12+113+64=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 113 (44.53% from 255 or 59.79% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7140 is #F38EBF. Grayscale: #4D4D4D. Windows color (decimal): -15961792 or 4223244. OLE color: 4223244.

HSL color Cylindrical-coordinate representation of color #0C7140: hue angle of 150.89º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7140 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 64 -
CMYK 0.89 0 0.43 0.56
HSL 150.89º 0.81% 0.25% -
HSV(B) 150.89º 0.89% 0.44% -
XYZ 6.98 12.26 6.85 -
YUV 77.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 12 113 64 0.89 0 0.43 0.56 150.89 0.81 0.25
Hex C 71 40 59 0 2B 38 97 51 19
Octal 14 161 100 131 0 53 70 227 121 31
Binary 1100 1110001 1000000 1011001 0 101011 111000 10010111 1010001 11001

Color Harmonies of #0C7140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7140

Black with #0C7140

Text Example


Text Example

White with #0C7140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,64); }

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

background-color css

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

 a { background-color: rgb(12,113,64); }

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

border-color css

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

 span { border-color: rgb(12,113,64); }

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