Html Css Color HEX #00854F Watercourse

📋 copy color: '#00854F'

red 0 ◦ green 133 ◦ blue 79

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

Shades of Watercourse #00854F

Tints of Watercourse #00854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 62.74%

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

R = 0%
G = 62.74%
B = 37.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#00854F (or 0x00854F) is known color: Watercourse. HEX triplet: 00, 85 and 4F. RGB value is (0,133,79). Sum of RGB (Red+Green+Blue) = 0+133+79=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 133 (52.34% from 255 or 62.74% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 133 - color contains mainly: green. Hex color #00854F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00854F is #FF7AB0. Grayscale: #575757. Windows color (decimal): -16743089 or 5211392. OLE color: 5211392.

HSL color Cylindrical-coordinate representation of color #00854F: hue angle of 155.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00854F is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 133 79 -
CMYK 1 0 0.41 0.48
HSL 155.64º 1% 0.26% -
HSV(B) 155.64º 1% 0.52% -
XYZ 9.8 17.34 10.23 -
YUV 87.08 123.44 65.89 -
System Red Green Blue C M Y K H S L
Decimal 0 133 79 1 0 0.41 0.48 155.64 1 0.26
Hex 0 85 4F 64 0 29 30 9C 64 1A
Octal 0 205 117 144 0 51 60 234 144 32
Binary 0 10000101 1001111 1100100 0 101001 110000 10011100 1100100 11010

Color Harmonies of #00854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00854F

Black with #00854F

Text Example


Text Example

White with #00854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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