#0C634F

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

Shades of Watercourse #0C634F

Tints of Watercourse #0C634F

Color information

#0C634F (or 0x0C634F) is unknown color: approx Watercourse. HEX triplet: 0C, 63 and 4F. RGB value is (12,99,79). Sum of RGB (Red+Green+Blue) = 12+99+79=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #0C634F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C634F is #F39CB0. Grayscale: #464646. Windows color (decimal): -15965361 or 5202700. OLE color: 5202700.

HSL color Cylindrical-coordinate representation of color #0C634F: hue angle of 166.21º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C634F is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB129979-
CMYK0.8800.200.61
HSL166.21º78.38%21.76%-
HSV(B)166.21º87.88%38.82%-
XYZ6.029.578.93-
YUV70.71132.6886.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 99 (39.06% from 255) = 52.11%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=6.32%
G=52.11%
B=41.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1299790.8800.200.61166.2178.3821.76
HexC634F580143Da64e16
Octal141431171300247524611626
Binary110011000111001111101100001010011110110100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,99,79); }

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

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

 a { background-color: rgb(12,99,79); }

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

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

 span { border-color: rgb(12,99,79); }

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