Html Css Color HEX #007F54 Watercourse

📋 copy color: '#007F54'

red 0 ◦ green 127 ◦ blue 84

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

Shades of Watercourse #007F54

Tints of Watercourse #007F54

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 127 (50% from 255) = 60.19%

 BLUE value IS 84 (33.2% from 255) = 39.81%

R = 0%
G = 60.19%
B = 39.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#007F54 (or 0x007F54) is known color: Watercourse. HEX triplet: 00, 7F and 54. RGB value is (0,127,84). Sum of RGB (Red+Green+Blue) = 0+127+84=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 84 (33.20% from 255 or 39.81% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #007F54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007F54 is #FF80AB. Grayscale: #545454. Windows color (decimal): -16744620 or 5537536. OLE color: 5537536.

HSL color Cylindrical-coordinate representation of color #007F54: hue angle of 159.69º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F54 is Cyan = 1, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 127 84 -
CMYK 1 0 0.34 0.50
HSL 159.69º 1% 0.25% -
HSV(B) 159.69º 1% 0.5% -
XYZ 9.19 15.82 10.96 -
YUV 84.13 127.92 68 -
System Red Green Blue C M Y K H S L
Decimal 0 127 84 1 0 0.34 0.50 159.69 1 0.25
Hex 0 7F 54 64 0 22 32 A0 64 19
Octal 0 177 124 144 0 42 62 240 144 31
Binary 0 1111111 1010100 1100100 0 100010 110010 10100000 1100100 11001

Color Harmonies of #007F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007F54

Black with #007F54

Text Example


Text Example

White with #007F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,127,84); }

 H1.HeaderClassName
 {
   color: #007F54;
 }
 .AnyTagClassName
 {
   color: #007F54;
 }
</style>

background-color css

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

 a { background-color: rgb(0,127,84); }

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

border-color css

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

 span { border-color: rgb(0,127,84); }

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