#0F634D

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

Shades of Watercourse #0F634D

Tints of Watercourse #0F634D

Color information

#0F634D (or 0x0F634D) is unknown color: approx Watercourse. HEX triplet: 0F, 63 and 4D. RGB value is (15,99,77). Sum of RGB (Red+Green+Blue) = 15+99+77=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 99 (39.06% from 255 or 51.83% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 99 - color contains mainly: green. Hex color #0F634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F634D is #F09CB2. Grayscale: #474747. Windows color (decimal): -15768755 or 5071631. OLE color: 5071631.

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

Color convert

RGB159977-
CMYK0.8500.220.61
HSL164.29º73.68%22.35%-
HSV(B)164.29º84.85%38.82%-
XYZ69.568.55-
YUV71.38131.1787.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.85%
GREEN value IS 99 (39.06% from 255) = 51.83%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=7.85%
G=51.83%
B=40.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1599770.8500.220.61164.2973.6822.35
HexF634D550163Da44a16
Octal171431151250267524411226
Binary111111000111001101101010101011011110110100100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,99,77); }

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

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

 a { background-color: rgb(15,99,77); }

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

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

 span { border-color: rgb(15,99,77); }

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