Html Css Color HEX #0C7D50 Salem

📋 copy color: '#0C7D50'

red 12 ◦ green 125 ◦ blue 80

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

Shades of Salem #0C7D50

Tints of Salem #0C7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 57.6%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 5.53%
G = 57.6%
B = 36.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#0C7D50 (or 0x0C7D50) is known color: Salem. HEX triplet: 0C, 7D and 50. RGB value is (12,125,80). Sum of RGB (Red+Green+Blue) = 12+125+80=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #0C7D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7D50 is #F382AF. Grayscale: #565656. Windows color (decimal): -15958704 or 5274892. OLE color: 5274892.

HSL color Cylindrical-coordinate representation of color #0C7D50: hue angle of 156.11º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7D50 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB 12 125 80 -
CMYK 0.90 0 0.36 0.51
HSL 156.11º 0.82% 0.27% -
HSV(B) 156.11º 0.9% 0.49% -
XYZ 8.93 15.32 10.08 -
YUV 86.08 124.56 75.16 -
System Red Green Blue C M Y K H S L
Decimal 12 125 80 0.90 0 0.36 0.51 156.11 0.82 0.27
Hex C 7D 50 5A 0 24 33 9C 52 1B
Octal 14 175 120 132 0 44 63 234 122 33
Binary 1100 1111101 1010000 1011010 0 100100 110011 10011100 1010010 11011

Color Harmonies of #0C7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7D50

Black with #0C7D50

Text Example


Text Example

White with #0C7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,125,80); }

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

background-color css

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

 a { background-color: rgb(12,125,80); }

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

border-color css

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

 span { border-color: rgb(12,125,80); }

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