Html Css Color HEX #096A4F Watercourse

📋 copy color: '#096A4F'

red 9 ◦ green 106 ◦ blue 79

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

Shades of Watercourse #096A4F

Tints of Watercourse #096A4F

RGB

 RED value IS 9 (3.91% from 255) = 4.64%

 GREEN value IS 106 (41.8% from 255) = 54.64%

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

R = 4.64%
G = 54.64%
B = 40.72%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#096A4F (or 0x096A4F) is known color: Watercourse. HEX triplet: 09, 6A and 4F. RGB value is (9,106,79). Sum of RGB (Red+Green+Blue) = 9+106+79=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 106 (41.80% from 255 or 54.64% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 106 - color contains mainly: green. Hex color #096A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096A4F is #F695B0. Grayscale: #494949. Windows color (decimal): -16160177 or 5204489. OLE color: 5204489.

HSL color Cylindrical-coordinate representation of color #096A4F: hue angle of 163.3º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A4F is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 79 -
CMYK 0.92 0 0.25 0.58
HSL 163.3º 0.84% 0.23% -
HSV(B) 163.3º 0.92% 0.42% -
XYZ 6.68 10.93 9.15 -
YUV 73.92 130.86 81.7 -
System Red Green Blue C M Y K H S L
Decimal 9 106 79 0.92 0 0.25 0.58 163.3 0.84 0.23
Hex 9 6A 4F 5C 0 19 3A A3 54 17
Octal 11 152 117 134 0 31 72 243 124 27
Binary 1001 1101010 1001111 1011100 0 11001 111010 10100011 1010100 10111

Color Harmonies of #096A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A4F

Black with #096A4F

Text Example


Text Example

White with #096A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A4F; }

 p { color: rgb(9,106,79); }

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

background-color css

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

 a { background-color: rgb(9,106,79); }

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

border-color css

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

 span { border-color: rgb(9,106,79); }

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