#619977

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

Shades of Oxley #619977

Tints of Oxley #619977

Color information

#619977 (or 0x619977) is unknown color: approx Oxley. HEX triplet: 61, 99 and 77. RGB value is (97,153,119). Sum of RGB (Red+Green+Blue) = 97+153+119=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #619977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619977 is #9E6688. Grayscale: #848484. Windows color (decimal): -10380937 or 7838049. OLE color: 7838049.

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

Color convert

RGB97153119-
CMYK0.3700.220.4
HSL143.57º22.4%49.02%-
HSV(B)143.57º36.6%60%-
XYZ19.6526.6621.56-
YUV132.38120.45102.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=26.29%
G=41.46%
B=32.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal971531190.3700.220.4143.5722.449.02
Hex6199772501628901631
Octal14123116745026502202661
Binary11000011001100111101111001010101101010001001000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619977; }

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

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

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

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

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

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

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

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