#619971

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

Shades of Oxley #619971

Tints of Oxley #619971

Color information

#619971 (or 0x619971) is unknown color: approx Oxley. HEX triplet: 61, 99 and 71. RGB value is (97,153,113). Sum of RGB (Red+Green+Blue) = 97+153+113=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #619971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619971 is #9E668E. Grayscale: #838383. Windows color (decimal): -10380943 or 7444833. OLE color: 7444833.

HSL color Cylindrical-coordinate representation of color #619971: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619971 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB97153113-
CMYK0.3700.260.4
HSL137.14º22.4%49.02%-
HSV(B)137.14º36.6%60%-
XYZ19.326.5219.72-
YUV131.7117.45103.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.72%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=26.72%
G=42.15%
B=31.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531130.3700.260.4137.1422.449.02
Hex6199712501A28891631
Octal14123116145032502112661
Binary11000011001100111100011001010110101010001000100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619971; }

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

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

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

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

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

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

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

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