#619E76

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

Shades of Oxley #619E76

Tints of Oxley #619E76

Color information

#619E76 (or 0x619E76) is unknown color: approx Oxley. HEX triplet: 61, 9E and 76. RGB value is (97,158,118). Sum of RGB (Red+Green+Blue) = 97+158+118=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #619E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E76 is #9E6189. Grayscale: #878787. Windows color (decimal): -10379658 or 7773793. OLE color: 7773793.

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

Color convert

RGB97158118-
CMYK0.3900.250.38
HSL140.66º23.92%50%-
HSV(B)140.66º38.61%61.96%-
XYZ20.4328.321.53-
YUV135.2118.29100.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=26.01%
G=42.36%
B=31.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581180.3900.250.38140.6623.9250
Hex619E7627019268d1832
Octal14123616647031462153062
Binary11000011001111011101101001110110011001101000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,118); }

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

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

 a { background-color: rgb(97,158,118); }

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

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

 span { border-color: rgb(97,158,118); }

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