#0C7652

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

Shades of Watercourse #0C7652

Tints of Watercourse #0C7652

Color information

#0C7652 (or 0x0C7652) is unknown color: approx Watercourse. HEX triplet: 0C, 76 and 52. RGB value is (12,118,82). Sum of RGB (Red+Green+Blue) = 12+118+82=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7652 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C7652 is #F389AD. Grayscale: #525252. Windows color (decimal): -15960494 or 5404172. OLE color: 5404172.

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

Color convert

RGB1211882-
CMYK0.9000.310.54
HSL159.62º81.54%25.49%-
HSV(B)159.62º89.83%46.27%-
XYZ8.1513.6410.19-
YUV82.2127.8877.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.66%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=5.66%
G=55.66%
B=38.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118820.9000.310.54159.6281.5425.49
HexC76525A01F36a05219
Octal141661221320376624012231
Binary110011101101010010101101001111111011010100000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,118,82); }

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

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

 a { background-color: rgb(12,118,82); }

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

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

 span { border-color: rgb(12,118,82); }

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