#619176

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

Shades of Oxley #619176

Tints of Oxley #619176

Color information

#619176 (or 0x619176) is unknown color: approx Oxley. HEX triplet: 61, 91 and 76. RGB value is (97,145,118). Sum of RGB (Red+Green+Blue) = 97+145+118=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #619176 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619176 is #9E6E89. Grayscale: #7F7F7F. Windows color (decimal): -10382986 or 7770465. OLE color: 7770465.

HSL color Cylindrical-coordinate representation of color #619176: hue angle of 146.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #619176 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB97145118-
CMYK0.3300.190.43
HSL146.25º19.83%47.45%-
HSV(B)146.25º33.1%56.86%-
XYZ18.3324.120.83-
YUV127.57122.6106.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=26.94%
G=40.28%
B=32.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451180.3300.190.43146.2519.8347.45
Hex619176210132B92142f
Octal14122116641023532222457
Binary11000011001000111101101000010100111010111001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619176; }

 p { color: rgb(97,145,118); }

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

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

 a { background-color: rgb(97,145,118); }

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

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

 span { border-color: rgb(97,145,118); }

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