#619F7C

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

Shades of Oxley #619F7C

Tints of Oxley #619F7C

Color information

#619F7C (or 0x619F7C) is unknown color: approx Oxley. HEX triplet: 61, 9F and 7C. RGB value is (97,159,124). Sum of RGB (Red+Green+Blue) = 97+159+124=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #619F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F7C is #9E6083. Grayscale: #888888. Windows color (decimal): -10379396 or 8167265. OLE color: 8167265.

HSL color Cylindrical-coordinate representation of color #619F7C: hue angle of 146.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619F7C is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB97159124-
CMYK0.3900.220.38
HSL146.13º24.41%50.2%-
HSV(B)146.13º38.99%62.35%-
XYZ20.9728.7923.52-
YUV136.47120.9699.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=25.53%
G=41.84%
B=32.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971591240.3900.220.38146.1324.4150.2
Hex619F7C2701626921832
Octal14123717447026462223062
Binary11000011001111111111001001110101101001101001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F7C; }

 p { color: rgb(97,159,124); }

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

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

 a { background-color: rgb(97,159,124); }

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

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

 span { border-color: rgb(97,159,124); }

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