#619E78

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

Shades of Oxley #619E78

Tints of Oxley #619E78

Color information

#619E78 (or 0x619E78) is unknown color: approx Oxley. HEX triplet: 61, 9E and 78. RGB value is (97,158,120). Sum of RGB (Red+Green+Blue) = 97+158+120=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #619E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619E78 is #9E6187. Grayscale: #878787. Windows color (decimal): -10379656 or 7904865. OLE color: 7904865.

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

Color convert

RGB97158120-
CMYK0.3900.240.38
HSL142.62º23.92%50%-
HSV(B)142.62º38.61%61.96%-
XYZ20.5528.3522.16-
YUV135.43119.29100.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 120 (47.27% from 255) = 32%
R=25.87%
G=42.13%
B=32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971581200.3900.240.38142.6223.9250
Hex619E7827018268f1832
Octal14123617047030462173062
Binary11000011001111011110001001110110001001101000111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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