#0C754A

Color #0C754A Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #0C754A

Tints of Salem #0C754A

Color information

#0C754A (or 0x0C754A) is unknown color: approx Salem. HEX triplet: 0C, 75 and 4A. RGB value is (12,117,74). Sum of RGB (Red+Green+Blue) = 12+117+74=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #0C754A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C754A is #F38AB5. Grayscale: #505050. Windows color (decimal): -15960758 or 4879628. OLE color: 4879628.

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

Color convert

RGB1211774-
CMYK0.9000.370.54
HSL155.43º81.4%25.29%-
HSV(B)155.43º89.74%45.88%-
XYZ7.7513.38.64-
YUV80.7124.2179-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=5.91%
G=57.64%
B=36.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117740.9000.370.54155.4381.425.29
HexC754A5A025369b5119
Octal141651121320456623312131
Binary1100111010110010101011010010010111011010011011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C754A;
 }
 .AnyTagClassName
 {
   color: #0C754A;
 }
</style>
background-color css

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

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

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

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

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

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