#619670

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

Shades of Oxley #619670

Tints of Oxley #619670

Color information

#619670 (or 0x619670) is unknown color: approx Oxley. HEX triplet: 61, 96 and 70. RGB value is (97,150,112). Sum of RGB (Red+Green+Blue) = 97+150+112=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #619670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619670 is #9E698F. Grayscale: #818181. Windows color (decimal): -10381712 or 7378529. OLE color: 7378529.

HSL color Cylindrical-coordinate representation of color #619670: hue angle of 136.98º 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 #619670 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB97150112-
CMYK0.3500.250.41
HSL136.98º21.46%48.43%-
HSV(B)136.98º35.33%58.82%-
XYZ18.7625.5219.27-
YUV129.82117.94104.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=27.02%
G=41.78%
B=31.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971501120.3500.250.41136.9821.4648.43
Hex6196702301929891530
Octal14122616043031512112560
Binary11000011001011011100001000110110011010011000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619670; }

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

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

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

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

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

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

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

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