#619171

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

Shades of Oxley #619171

Tints of Oxley #619171

Color information

#619171 (or 0x619171) is unknown color: approx Oxley. HEX triplet: 61, 91 and 71. RGB value is (97,145,113). Sum of RGB (Red+Green+Blue) = 97+145+113=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 145 - color contains mainly: green. Hex color #619171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619171 is #9E6E8E. Grayscale: #7F7F7F. Windows color (decimal): -10382991 or 7442785. OLE color: 7442785.

HSL color Cylindrical-coordinate representation of color #619171: hue angle of 140º 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 #619171 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB97145113-
CMYK0.3300.220.43
HSL140º19.83%47.45%-
HSV(B)140º33.1%56.86%-
XYZ18.0423.9819.3-
YUV127120.1106.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 145 (57.03% from 255) = 40.85%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=27.32%
G=40.85%
B=31.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971451130.3300.220.4314019.8347.45
Hex619171210162B8c142f
Octal14122116141026532142457
Binary11000011001000111100011000010101101010111000110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619171; }

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

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

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

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

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

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

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

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