Html Css Color HEX #006F48 Watercourse

📋 copy color: '#006F48'

red 0 ◦ green 111 ◦ blue 72

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

Shades of Watercourse #006F48

Tints of Watercourse #006F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 39.34%

R = 0%
G = 60.66%
B = 39.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#006F48 (or 0x006F48) is known color: Watercourse. HEX triplet: 00, 6F and 48. RGB value is (0,111,72). Sum of RGB (Red+Green+Blue) = 0+111+72=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #006F48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F48 is #FF90B7. Grayscale: #494949. Windows color (decimal): -16748728 or 4747008. OLE color: 4747008.

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

Color convert

RGB 0 111 72 -
CMYK 1 0 0.35 0.56
HSL 158.92º 1% 0.22% -
HSV(B) 158.92º 1% 0.44% -
XYZ 6.85 11.84 8.05 -
YUV 73.37 127.23 75.67 -
System Red Green Blue C M Y K H S L
Decimal 0 111 72 1 0 0.35 0.56 158.92 1 0.22
Hex 0 6F 48 64 0 23 38 9F 64 16
Octal 0 157 110 144 0 43 70 237 144 26
Binary 0 1101111 1001000 1100100 0 100011 111000 10011111 1100100 10110

Color Harmonies of #006F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F48

Black with #006F48

Text Example


Text Example

White with #006F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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