#619D76

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

Shades of Oxley #619D76

Tints of Oxley #619D76

Color information

#619D76 (or 0x619D76) is unknown color: approx Oxley. HEX triplet: 61, 9D and 76. RGB value is (97,157,118). Sum of RGB (Red+Green+Blue) = 97+157+118=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 157 - color contains mainly: green. Hex color #619D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619D76 is #9E6289. Grayscale: #868686. Windows color (decimal): -10379914 or 7773537. OLE color: 7773537.

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

Color convert

RGB97157118-
CMYK0.3800.250.38
HSL141º23.62%49.8%-
HSV(B)141º38.22%61.57%-
XYZ20.2627.9621.47-
YUV134.61118.62101.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=26.08%
G=42.20%
B=31.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971571180.3800.250.3814123.6249.8
Hex619D7626019268d1832
Octal14123516646031462153062
Binary11000011001110111101101001100110011001101000110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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