#0C7554

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

Shades of Watercourse #0C7554

Tints of Watercourse #0C7554

Color information

#0C7554 (or 0x0C7554) is unknown color: approx Watercourse. HEX triplet: 0C, 75 and 54. RGB value is (12,117,84). Sum of RGB (Red+Green+Blue) = 12+117+84=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7554 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7554 is #F38AAB. Grayscale: #515151. Windows color (decimal): -15960748 or 5534988. OLE color: 5534988.

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

Color convert

RGB1211784-
CMYK0.9000.280.54
HSL161.14º81.4%25.29%-
HSV(B)161.14º89.74%45.88%-
XYZ8.1113.4410.55-
YUV81.84129.2178.18-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.63%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 84 (33.20% from 255) = 39.44%
R=5.63%
G=54.93%
B=39.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12117840.9000.280.54161.1481.425.29
HexC75545A01C36a15119
Octal141651241320346624112131
Binary110011101011010100101101001110011011010100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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