Html Css Color HEX #00754E Watercourse

📋 copy color: '#00754E'

red 0 ◦ green 117 ◦ blue 78

#00754E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #00754E

Tints of Watercourse #00754E

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 value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#00754E (or 0x00754E) is known color: 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

RGB 0 117 78 -
CMYK 1 0 0.33 0.54
HSL 160º 1% 0.23% -
HSV(B) 160º 1% 0.46% -
XYZ 7.74 13.27 9.36 -
YUV 77.57 128.24 72.67 -
System Red Green Blue C M Y K H S L
Decimal 0 117 78 1 0 0.33 0.54 160 1 0.23
Hex 0 75 4E 64 0 21 36 A0 64 17
Octal 0 165 116 144 0 41 66 240 144 27
Binary 0 1110101 1001110 1100100 0 100001 110110 10100000 1100100 10111

Color Harmonies of #00754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00754E

Black with #00754E

Text Example


Text Example

White with #00754E

Text Example


Text Example

HTML Codes & Css Web 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>