#00754F

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

Shades of Watercourse #00754F

Tints of Watercourse #00754F

Color information

#00754F (or 0x00754F) is unknown color: approx Watercourse. HEX triplet: 00, 75 and 4F. RGB value is (0,117,79). Sum of RGB (Red+Green+Blue) = 0+117+79=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #00754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00754F is #FF8AB0. Grayscale: #4D4D4D. Windows color (decimal): -16747185 or 5207296. OLE color: 5207296.

HSL color Cylindrical-coordinate representation of color #00754F: hue angle of 160.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00754F is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB011779-
CMYK100.320.54
HSL160.51º100%22.94%-
HSV(B)160.51º100%45.88%-
XYZ7.7713.299.55-
YUV77.68128.7472.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 117 (46.09% from 255) = 59.69%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=0%
G=59.69%
B=40.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011779100.320.54160.5110022.94
Hex0754F6402036a16417
Octal01651171440406624114427
Binary0111010110011111100100010000011011010100001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00754F; }

 p { color: rgb(0,117,79); }

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

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

 a { background-color: rgb(0,117,79); }

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

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

 span { border-color: rgb(0,117,79); }

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