Html Css Color HEX #09614F Watercourse

📋 copy color: '#09614F'

red 9 ◦ green 97 ◦ blue 79

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

Shades of Watercourse #09614F

Tints of Watercourse #09614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.43%

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

R = 4.86%
G = 52.43%
B = 42.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#09614F (or 0x09614F) is known color: Watercourse. HEX triplet: 09, 61 and 4F. RGB value is (9,97,79). Sum of RGB (Red+Green+Blue) = 9+97+79=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #09614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09614F is #F69EB0. Grayscale: #444444. Windows color (decimal): -16162481 or 5202185. OLE color: 5202185.

HSL color Cylindrical-coordinate representation of color #09614F: hue angle of 167.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09614F is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 79 -
CMYK 0.91 0 0.19 0.62
HSL 167.73º 0.83% 0.21% -
HSV(B) 167.73º 0.91% 0.38% -
XYZ 5.8 9.17 8.86 -
YUV 68.64 133.85 85.46 -
System Red Green Blue C M Y K H S L
Decimal 9 97 79 0.91 0 0.19 0.62 167.73 0.83 0.21
Hex 9 61 4F 5B 0 13 3E A8 53 15
Octal 11 141 117 133 0 23 76 250 123 25
Binary 1001 1100001 1001111 1011011 0 10011 111110 10101000 1010011 10101

Color Harmonies of #09614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09614F

Black with #09614F

Text Example


Text Example

White with #09614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09614F; }

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

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

background-color css

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

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

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

border-color css

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

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

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