#619975

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

Shades of Oxley #619975

Tints of Oxley #619975

Color information

#619975 (or 0x619975) is unknown color: approx Oxley. HEX triplet: 61, 99 and 75. RGB value is (97,153,117). Sum of RGB (Red+Green+Blue) = 97+153+117=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #619975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619975 is #9E668A. Grayscale: #848484. Windows color (decimal): -10380939 or 7706977. OLE color: 7706977.

HSL color Cylindrical-coordinate representation of color #619975: hue angle of 141.43º 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 #619975 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB97153117-
CMYK0.3700.240.4
HSL141.43º22.4%49.02%-
HSV(B)141.43º36.6%60%-
XYZ19.5326.6120.94-
YUV132.15119.45102.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=26.43%
G=41.69%
B=31.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531170.3700.240.4141.4322.449.02
Hex61997525018288d1631
Octal14123116545030502152661
Binary11000011001100111101011001010110001010001000110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619975; }

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

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

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

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

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

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

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

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