Html Css Color HEX #006950 Watercourse

📋 copy color: '#006950'

red 0 ◦ green 105 ◦ blue 80

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

Shades of Watercourse #006950

Tints of Watercourse #006950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.76%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 0%
G = 56.76%
B = 43.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#006950 (or 0x006950) is known color: Watercourse. HEX triplet: 00, 69 and 50. RGB value is (0,105,80). Sum of RGB (Red+Green+Blue) = 0+105+80=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 105 (41.41% from 255 or 56.76% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 105 - color contains mainly: green. Hex color #006950 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006950 is #FF96AF. Grayscale: #464646. Windows color (decimal): -16750256 or 5269760. OLE color: 5269760.

HSL color Cylindrical-coordinate representation of color #006950: hue angle of 165.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006950 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 105 80 -
CMYK 1 0 0.24 0.59
HSL 165.71º 1% 0.21% -
HSV(B) 165.71º 1% 0.41% -
XYZ 6.5 10.68 9.31 -
YUV 70.76 133.21 77.53 -
System Red Green Blue C M Y K H S L
Decimal 0 105 80 1 0 0.24 0.59 165.71 1 0.21
Hex 0 69 50 64 0 18 3B A6 64 15
Octal 0 151 120 144 0 30 73 246 144 25
Binary 0 1101001 1010000 1100100 0 11000 111011 10100110 1100100 10101

Color Harmonies of #006950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006950

Black with #006950

Text Example


Text Example

White with #006950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006950; }

 p { color: rgb(0,105,80); }

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

background-color css

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

 a { background-color: rgb(0,105,80); }

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

border-color css

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

 span { border-color: rgb(0,105,80); }

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