Html Css Color HEX #006F41 Watercourse

📋 copy color: '#006F41'

red 0 ◦ green 111 ◦ blue 65

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

Shades of Watercourse #006F41

Tints of Watercourse #006F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 0%
G = 63.07%
B = 36.93%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#006F41 (or 0x006F41) is known color: Watercourse. HEX triplet: 00, 6F and 41. RGB value is (0,111,65). Sum of RGB (Red+Green+Blue) = 0+111+65=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 111 (43.75% from 255 or 63.07% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 111 - color contains mainly: green. Hex color #006F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F41 is #FF90BE. Grayscale: #484848. Windows color (decimal): -16748735 or 4288256. OLE color: 4288256.

HSL color Cylindrical-coordinate representation of color #006F41: hue angle of 155.14º 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 #006F41 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 65 -
CMYK 1 0 0.41 0.56
HSL 155.14º 1% 0.22% -
HSV(B) 155.14º 1% 0.44% -
XYZ 6.64 11.75 6.92 -
YUV 72.57 123.73 76.24 -
System Red Green Blue C M Y K H S L
Decimal 0 111 65 1 0 0.41 0.56 155.14 1 0.22
Hex 0 6F 41 64 0 29 38 9B 64 16
Octal 0 157 101 144 0 51 70 233 144 26
Binary 0 1101111 1000001 1100100 0 101001 111000 10011011 1100100 10110

Color Harmonies of #006F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F41

Black with #006F41

Text Example


Text Example

White with #006F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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