Html Css Color HEX #00814F Watercourse

📋 copy color: '#00814F'

red 0 ◦ green 129 ◦ blue 79

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

Shades of Watercourse #00814F

Tints of Watercourse #00814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.98%

R = 0%
G = 62.02%
B = 37.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#00814F (or 0x00814F) is known color: Watercourse. HEX triplet: 00, 81 and 4F. RGB value is (0,129,79). Sum of RGB (Red+Green+Blue) = 0+129+79=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 129 (50.78% from 255 or 62.02% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 129 - color contains mainly: green. Hex color #00814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00814F is #FF7EB0. Grayscale: #545454. Windows color (decimal): -16744113 or 5210368. OLE color: 5210368.

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

Color convert

RGB 0 129 79 -
CMYK 1 0 0.39 0.49
HSL 156.74º 1% 0.25% -
HSV(B) 156.74º 1% 0.51% -
XYZ 9.26 16.27 10.05 -
YUV 84.73 124.76 67.57 -
System Red Green Blue C M Y K H S L
Decimal 0 129 79 1 0 0.39 0.49 156.74 1 0.25
Hex 0 81 4F 64 0 27 31 9D 64 19
Octal 0 201 117 144 0 47 61 235 144 31
Binary 0 10000001 1001111 1100100 0 100111 110001 10011101 1100100 11001

Color Harmonies of #00814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00814F

Black with #00814F

Text Example


Text Example

White with #00814F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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