#619775

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

Shades of Oxley #619775

Tints of Oxley #619775

Color information

#619775 (or 0x619775) is unknown color: approx Oxley. HEX triplet: 61, 97 and 75. RGB value is (97,151,117). Sum of RGB (Red+Green+Blue) = 97+151+117=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #619775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619775 is #9E688A. Grayscale: #838383. Windows color (decimal): -10381451 or 7706465. OLE color: 7706465.

HSL color Cylindrical-coordinate representation of color #619775: hue angle of 142.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619775 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB97151117-
CMYK0.3600.230.41
HSL142.22º21.77%48.63%-
HSV(B)142.22º35.76%59.22%-
XYZ19.2125.9620.83-
YUV130.98120.11103.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=26.58%
G=41.37%
B=32.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511170.3600.230.41142.2221.7748.63
Hex61977524017298e1631
Octal14122716544027512162661
Binary11000011001011111101011001000101111010011000111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619775; }

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

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

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

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

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

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

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

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