#619F75

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

Shades of Oxley #619F75

Tints of Oxley #619F75

Color information

#619F75 (or 0x619F75) is unknown color: approx Oxley. HEX triplet: 61, 9F and 75. RGB value is (97,159,117). Sum of RGB (Red+Green+Blue) = 97+159+117=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 159 - color contains mainly: green. Hex color #619F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619F75 is #9E608A. Grayscale: #878787. Windows color (decimal): -10379403 or 7708513. OLE color: 7708513.

HSL color Cylindrical-coordinate representation of color #619F75: hue angle of 139.35º 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 #619F75 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB97159117-
CMYK0.3900.260.38
HSL139.35º24.41%50.2%-
HSV(B)139.35º38.99%62.35%-
XYZ20.5428.6221.27-
YUV135.67117.46100.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=26.01%
G=42.63%
B=31.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971591170.3900.260.38139.3524.4150.2
Hex619F752701A268b1832
Octal14123716547032462133062
Binary11000011001111111101011001110110101001101000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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