#619778

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

Shades of Oxley #619778

Tints of Oxley #619778

Color information

#619778 (or 0x619778) is unknown color: approx Oxley. HEX triplet: 61, 97 and 78. RGB value is (97,151,120). Sum of RGB (Red+Green+Blue) = 97+151+120=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #619778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619778 is #9E6887. Grayscale: #838383. Windows color (decimal): -10381448 or 7903073. OLE color: 7903073.

HSL color Cylindrical-coordinate representation of color #619778: hue angle of 145.56º 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 #619778 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB97151120-
CMYK0.3600.210.41
HSL145.56º21.77%48.63%-
HSV(B)145.56º35.76%59.22%-
XYZ19.3926.0321.77-
YUV131.32121.61103.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=26.36%
G=41.03%
B=32.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971511200.3600.210.41145.5621.7748.63
Hex6197782401529921631
Octal14122717044025512222661
Binary11000011001011111110001001000101011010011001001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619778; }

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

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

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

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

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

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

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

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