#09614B

Color #09614B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #09614B

Tints of Watercourse #09614B

Color information

#09614B (or 0x09614B) is unknown color: approx Watercourse. HEX triplet: 09, 61 and 4B. RGB value is (9,97,75). Sum of RGB (Red+Green+Blue) = 9+97+75=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #09614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09614B is #F69EB4. Grayscale: #444444. Windows color (decimal): -16162485 or 4940041. OLE color: 4940041.

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

Color convert

RGB99775-
CMYK0.9100.230.62
HSL165º83.02%20.78%-
HSV(B)165º90.72%38.04%-
XYZ5.669.128.12-
YUV68.18131.8585.79-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 97 (38.28% from 255) = 53.59%
BLUE value IS 75 (29.69% from 255) = 41.44%
R=4.97%
G=53.59%
B=41.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997750.9100.230.6216583.0220.78
Hex9614B5B0173Ea55315
Octal111411131330277624512325
Binary100111000011001011101101101011111111010100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09614B;
 }
 .AnyTagClassName
 {
   color: #09614B;
 }
</style>
background-color css

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

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

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

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

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

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