Html Css Color HEX #006F44 Watercourse

📋 copy color: '#006F44'

red 0 ◦ green 111 ◦ blue 68

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

Shades of Watercourse #006F44

Tints of Watercourse #006F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.01%

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 0%
G = 62.01%
B = 37.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#006F44 (or 0x006F44) is known color: Watercourse. HEX triplet: 00, 6F and 44. RGB value is (0,111,68). Sum of RGB (Red+Green+Blue) = 0+111+68=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 111 (43.75% from 255 or 62.01% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 111 - color contains mainly: green. Hex color #006F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F44 is #FF90BB. Grayscale: #484848. Windows color (decimal): -16748732 or 4484864. OLE color: 4484864.

HSL color Cylindrical-coordinate representation of color #006F44: hue angle of 156.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F44 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 68 -
CMYK 1 0 0.39 0.56
HSL 156.76º 1% 0.22% -
HSV(B) 156.76º 1% 0.44% -
XYZ 6.73 11.79 7.39 -
YUV 72.91 125.23 76 -
System Red Green Blue C M Y K H S L
Decimal 0 111 68 1 0 0.39 0.56 156.76 1 0.22
Hex 0 6F 44 64 0 27 38 9D 64 16
Octal 0 157 104 144 0 47 70 235 144 26
Binary 0 1101111 1000100 1100100 0 100111 111000 10011101 1100100 10110

Color Harmonies of #006F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F44

Black with #006F44

Text Example


Text Example

White with #006F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F44; }

 p { color: rgb(0,111,68); }

 H1.HeaderClassName
 {
   color: #006F44;
 }
 .AnyTagClassName
 {
   color: #006F44;
 }
</style>

background-color css

<style>
 a { background-color: #006F44; }

 a { background-color: rgb(0,111,68); }

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

border-color css

<style>
 span { border-color: #006F44; }

 span { border-color: rgb(0,111,68); }

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