#00754E

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

Shades of Watercourse #00754E

Tints of Watercourse #00754E

Color information

#00754E (or 0x00754E) is unknown color: approx Watercourse. HEX triplet: 00, 75 and 4E. RGB value is (0,117,78). Sum of RGB (Red+Green+Blue) = 0+117+78=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 117 (46.09% from 255 or 60% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 117 - color contains mainly: green. Hex color #00754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00754E is #FF8AB1. Grayscale: #4D4D4D. Windows color (decimal): -16747186 or 5141760. OLE color: 5141760.

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

Color convert

RGB011778-
CMYK100.330.54
HSL160º100%22.94%-
HSV(B)160º100%45.88%-
XYZ7.7413.279.36-
YUV77.57128.2472.67-

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) = 60%
BLUE value IS 78 (30.86% from 255) = 40%
R=0%
G=60%
B=40%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011778100.330.5416010022.94
Hex0754E6402136a06417
Octal01651161440416624014427
Binary0111010110011101100100010000111011010100000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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