#61966E

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

Shades of Oxley #61966E

Tints of Oxley #61966E

Color information

#61966E (or 0x61966E) is unknown color: approx Oxley. HEX triplet: 61, 96 and 6E. RGB value is (97,150,110). Sum of RGB (Red+Green+Blue) = 97+150+110=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #61966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61966E is #9E6991. Grayscale: #818181. Windows color (decimal): -10381714 or 7247457. OLE color: 7247457.

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

Color convert

RGB97150110-
CMYK0.3500.270.41
HSL134.72º21.46%48.43%-
HSV(B)134.72º35.33%58.82%-
XYZ18.6525.4818.69-
YUV129.59116.94104.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=27.17%
G=42.02%
B=30.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971501100.3500.270.41134.7221.4648.43
Hex61966E2301B29871530
Octal14122615643033512072560
Binary11000011001011011011101000110110111010011000011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61966E; }

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

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

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

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

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

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

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

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