#619678

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

Shades of Oxley #619678

Tints of Oxley #619678

Color information

#619678 (or 0x619678) is unknown color: approx Oxley. HEX triplet: 61, 96 and 78. RGB value is (97,150,120). Sum of RGB (Red+Green+Blue) = 97+150+120=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #619678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619678 is #9E6987. Grayscale: #828282. Windows color (decimal): -10381704 or 7902817. OLE color: 7902817.

HSL color Cylindrical-coordinate representation of color #619678: hue angle of 146.04º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619678 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB97150120-
CMYK0.3500.200.41
HSL146.04º21.46%48.43%-
HSV(B)146.04º35.33%58.82%-
XYZ19.2325.7121.72-
YUV130.73121.94103.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.43%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=26.43%
G=40.87%
B=32.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971501200.3500.200.41146.0421.4648.43
Hex6196782301429921530
Octal14122617043024512222560
Binary11000011001011011110001000110101001010011001001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619678; }

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

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

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

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

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

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

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

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