#007B49

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

Shades of Watercourse #007B49

Tints of Watercourse #007B49

Color information

#007B49 (or 0x007B49) is unknown color: approx Watercourse. HEX triplet: 00, 7B and 49. RGB value is (0,123,73). Sum of RGB (Red+Green+Blue) = 0+123+73=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 123 (48.44% from 255 or 62.76% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 123 - color contains mainly: green. Hex color #007B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007B49 is #FF84B6. Grayscale: #505050. Windows color (decimal): -16745655 or 4815616. OLE color: 4815616.

HSL color Cylindrical-coordinate representation of color #007B49: hue angle of 155.61º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B49 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB012373-
CMYK100.410.52
HSL155.61º100%24.12%-
HSV(B)155.61º100%48.24%-
XYZ8.2914.658.69-
YUV80.52123.7570.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 123 (48.44% from 255) = 62.76%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=0%
G=62.76%
B=37.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal012373100.410.52155.6110024.12
Hex07B4964029349c6418
Octal01731111440516423414430
Binary0111101110010011100100010100111010010011100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007B49; }

 p { color: rgb(0,123,73); }

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

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

 a { background-color: rgb(0,123,73); }

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

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

 span { border-color: rgb(0,123,73); }

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