Html Css Color HEX #09614C Watercourse

📋 copy color: '#09614C'

red 9 ◦ green 97 ◦ blue 76

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

Shades of Watercourse #09614C

Tints of Watercourse #09614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 4.95%
G = 53.3%
B = 41.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#09614C (or 0x09614C) is known color: Watercourse. HEX triplet: 09, 61 and 4C. RGB value is (9,97,76). Sum of RGB (Red+Green+Blue) = 9+97+76=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #09614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09614C is #F69EB3. Grayscale: #444444. Windows color (decimal): -16162484 or 5005577. OLE color: 5005577.

HSL color Cylindrical-coordinate representation of color #09614C: hue angle of 165.68º 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 #09614C is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 97 76 -
CMYK 0.91 0 0.22 0.62
HSL 165.68º 0.83% 0.21% -
HSV(B) 165.68º 0.91% 0.38% -
XYZ 5.69 9.13 8.3 -
YUV 68.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 9 97 76 0.91 0 0.22 0.62 165.68 0.83 0.21
Hex 9 61 4C 5B 0 16 3E A6 53 15
Octal 11 141 114 133 0 26 76 246 123 25
Binary 1001 1100001 1001100 1011011 0 10110 111110 10100110 1010011 10101

Color Harmonies of #09614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09614C

Black with #09614C

Text Example


Text Example

White with #09614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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