#00753F

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

Shades of Watercourse #00753F

Tints of Watercourse #00753F

Color information

#00753F (or 0x00753F) is unknown color: approx Watercourse. HEX triplet: 00, 75 and 3F. RGB value is (0,117,63). Sum of RGB (Red+Green+Blue) = 0+117+63=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 117 (46.09% from 255 or 65% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 117 - color contains mainly: green. Hex color #00753F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00753F is #FF8AC0. Grayscale: #4B4B4B. Windows color (decimal): -16747201 or 4158720. OLE color: 4158720.

HSL color Cylindrical-coordinate representation of color #00753F: hue angle of 152.31º 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 #00753F is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB011763-
CMYK100.460.54
HSL152.31º100%22.94%-
HSV(B)152.31º100%45.88%-
XYZ7.2613.086.85-
YUV75.86120.7473.89-

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) = 65%
BLUE value IS 63 (25% from 255) = 35%
R=0%
G=65%
B=35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011763100.460.54152.3110022.94
Hex0753F6402E36986417
Octal0165771440566623014427
Binary011101011111111100100010111011011010011000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00753F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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