Html Css Color HEX #00814E Watercourse

📋 copy color: '#00814E'

red 0 ◦ green 129 ◦ blue 78

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

Shades of Watercourse #00814E

Tints of Watercourse #00814E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.32%

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 0%
G = 62.32%
B = 37.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#00814E (or 0x00814E) is known color: Watercourse. HEX triplet: 00, 81 and 4E. RGB value is (0,129,78). Sum of RGB (Red+Green+Blue) = 0+129+78=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #00814E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00814E is #FF7EB1. Grayscale: #545454. Windows color (decimal): -16744114 or 5144832. OLE color: 5144832.

HSL color Cylindrical-coordinate representation of color #00814E: hue angle of 156.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00814E is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 129 78 -
CMYK 1 0 0.40 0.49
HSL 156.28º 1% 0.25% -
HSV(B) 156.28º 1% 0.51% -
XYZ 9.23 16.25 9.86 -
YUV 84.62 124.26 67.65 -
System Red Green Blue C M Y K H S L
Decimal 0 129 78 1 0 0.40 0.49 156.28 1 0.25
Hex 0 81 4E 64 0 28 31 9C 64 19
Octal 0 201 116 144 0 50 61 234 144 31
Binary 0 10000001 1001110 1100100 0 101000 110001 10011100 1100100 11001

Color Harmonies of #00814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00814E

Black with #00814E

Text Example


Text Example

White with #00814E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00814E;
 }
 .AnyTagClassName
 {
   color: #00814E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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