#076855

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

Shades of Watercourse #076855

Tints of Watercourse #076855

Color information

#076855 (or 0x076855) is unknown color: approx Watercourse. HEX triplet: 07, 68 and 55. RGB value is (7,104,85). Sum of RGB (Red+Green+Blue) = 7+104+85=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #076855 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076855 is #F897AA. Grayscale: #484848. Windows color (decimal): -16291755 or 5597191. OLE color: 5597191.

HSL color Cylindrical-coordinate representation of color #076855: hue angle of 168.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076855 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB710485-
CMYK0.9300.180.59
HSL168.25º87.39%21.76%-
HSV(B)168.25º93.27%40.78%-
XYZ6.6810.610.29-
YUV72.83134.8681.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=3.57%
G=53.06%
B=43.37%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7104850.9300.180.59168.2587.3921.76
Hex768555D0123Ba85716
Octal71501251350227325012726
Binary11111010001010101101110101001011101110101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076855; }

 p { color: rgb(7,104,85); }

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

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

 a { background-color: rgb(7,104,85); }

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

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

 span { border-color: rgb(7,104,85); }

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